Skip to content

[feature] New figure shortcode #38

@bmcminn

Description

@bmcminn

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 caption field
  • Let users pass custom classes to figure element?

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions