Skip to content

Consider using <figure> elements to preserve figure captions #94

Description

@LeaVerou

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

![](image src)

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>

![](image src)

<figcaption>Image caption</figcaption>

</figure>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions