Skip to content

[feature] New figure shortcode #38

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions