Markdown: Allow caption for images #1

Open
opened 2023-04-16 05:52:56 +02:00 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 repository is archived. You cannot comment on issues.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Aldercone/pixywerk#1
No description provided.