Any link like http://example.com/ is converted into a link.
http://example.com|Anchor text| is converted into <a href="http://example>Anchor text</a>
I thought that was as intuitive as I could make it.
I can never remember using markdown whether it's [http:/wwww.example.com](anchor text) or (http://example.com)[anchor text]
[Some link] http://example.com/
http://example.com/ [Some link]
This is unambiguous for almost all kinds of text, and anyone who is oblivious to the syntax is unlikely to stumble into it by mistake.
Any link like http://example.com/ is converted into a link.
http://example.com|Anchor text| is converted into <a href="http://example>Anchor text</a>
I thought that was as intuitive as I could make it.
I can never remember using markdown whether it's [http:/wwww.example.com](anchor text) or (http://example.com)[anchor text]