image0
An ![implicit image link](image0.png)
Rendered HTML
<p>An <img alt="implicit image link" src="image0.png">
</p>
referenced-image1
sgmlproc <your-file.md>
where <your-file.md> is replaced by the actual file
used for storing.
An ![implicit image link](image0.png)
<p>An <img alt="implicit image link" src="image0.png">
</p>
An ![implicit image link](image0.png "implicit image link with title")
<p>An <img alt="implicit image link" src="image0.png" title="implicit image link with title">
</p>
A reference-style ![image link][refimg].
Further body text ...
[refimg]: <http://what.ever/image>
<p>A reference-style <img alt="image link" src="http://what.ever/image" title="">.
</p><p>Further body text ...
</p>