Right now, figure captions are converted to simple image with a separate paragraph of text under it. E.g.

Image caption
It would be nice if it was preserved that the text was an image caption, by wrapping it in a <figure> element:
<figure>

<figcaption>Image caption</figcaption>
</figure>
Right now, figure captions are converted to simple image with a separate paragraph of text under it. E.g.
It would be nice if it was preserved that the text was an image caption, by wrapping it in a
<figure>element: