Y
Hacker News
new
|
ask
|
show
|
jobs
by
dangayle
4627 days ago
I think most of us are more used to delimiting urls using [markdown syntax](
http://daringfireball.net/projects/markdown/syntax
)
2 comments
dchest
4627 days ago
Which is
<http://www.example.com>
http://daringfireball.net/projects/markdown/syntax#autolink
link
dangayle
4622 days ago
Huh. I never noticed that. Thanks
link
logn
4627 days ago
I just make sure there's whitespace before and after links (like this,
http://example.com
)
link