hoedown/hoedown

HTML 5 image tag

Opened this issue · 0 comments

Would it be possible to render an image as an HTML 5 figure block, ex :

<figure>
<img src="whatever" title="title">
<figcaption>title</figcaption>
</figure>