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.
Images can be captioned with:
We should also support
title
,aria-label
, andalt
as part of this system.We could potentially support this with built-in macros or by overloading the markdown processor.