auto-link0
This demonstrates auto links of the form <http://auto.link> or
<mailto:another-auto-link> or <file://auto/link> or <https://another-one/>.
Rendered HTML
<p>This demonstrates auto links of the form <a href="http://auto.link/"><code>http://auto.link</code></a> or
<a href="mailto:another-auto-link"><code>mailto:another-auto-link</code></a> or <a href="file://auto/link"><code>file://auto/link</code></a> or <a href="https://another-one/"><code>https://another-one/</code></a>.
</p>