Hacker News new | ask | show | jobs
by blooalien 1080 days ago
> "And in markdown you chuck them between backticks to indicate they're verbatim text to be rendered in monospace."

Only if the intent is for the URL to be copy/pasted, otherwise you enclose the URL in <url> or [text](url) to make it clickable.

1 comments

Most markdown implementations make URLs clickable without the angle brackets.