Markdown: Allow caption for images #1

Open
opened 1 year ago by cassowary · 0 comments
Owner

Images can be captioned with:

<figure>
    <img>
    <figcaption></figcaption>
</figure>

We should also support title, aria-label, and alt as part of this system.

We could potentially support this with built-in macros or by overloading the markdown processor.

Images can be captioned with: ``` <figure> <img> <figcaption></figcaption> </figure> ``` We should also support `title`, `aria-label`, and `alt` as part of this system. We could potentially support this with built-in macros or by overloading the markdown processor.
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: Aldercone/pixywerk#1
Loading…
There is no content yet.