Hacker News new | ask | show | jobs
by doubleunplussed 1078 days ago
And in markdown you chuck them between backticks to indicate they're verbatim text to be rendered in monospace.
1 comments

> "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.

Most markdown implementations make URLs clickable without the angle brackets.