inline-link0
This is to test [inline links](#).
Rendered HTML
<p>This is to test <a href="#">inline links</a>.
</p>
inline-link0
inline-link1
inline-link4
sgmlproc <your-file.md>
where <your-file.md> is replaced by the actual file
used for storing.
This is to test [inline links](#).
<p>This is to test <a href="#">inline links</a>.
</p>
This is to test [an *inline* link](http://example.com) having markdown syntax.
<p>This is to test <a href="http://example.com/">an <em>inline</em> link</a> having markdown syntax.
</p>
This tests an [inline link](http://example.com "inline link title") with title.
<p>This tests an <a href="http://example.com/" title="inline link title">inline link</a> with title.
</p>