-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Write:
[[ figure | src: image/path/here.png | alt: describe image contents | caption: contextualized info about the image ]]Get:
<figure>
<img src="image/path/here.png" alt="describe image contents">
<figcaption>Contextualized info about the image</figcaption>
</figure>Option(s):
- Let users write markdown in
captionfield - Let users pass custom classes to figure element?
Reactions are currently unavailable