No Text Link
Publish date: Aug 30, 2022
Last updated: Feb 9, 2023
Last updated: Feb 9, 2023
For the longest time, I write md links this way:
[https://example.org/](https://example.org/)
result:
https://example.org/
TIL that there’s an even easier way. Wut???
Surround it with angle brackets <>
.
<https://example.org>
result:
https://example.org
And it works with email addresses too!
<hello@example.org>
result:
hello@example.org