Is there an option which automatically converts URLs into hyperlinks in Pandoc?
E.g.
http://www.test.com
should become
[http://www.test.com](http://www.test.com)
Or even cooler would be without the protocol:
[www.test.com](http://www.test.com)
<code class="url">...</code>
. I'm not sure whether I like this. Is there a way to prevent this? – Invulnerable