You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think for images it would be really cool if we could have an option to not just create a title and alt text, but also a caption for the figure and wrap everything into a figure.
e.g.:
![Screenshot of a very cool Zsh prompt]({static}/images/Hook_Zsh_prompt.png"My cool Zsh prompt")
currently becomes:
<imgalt="Screenshot of a very cool Zsh prompt" src="https://matija.suklje.name/images/Hook_Zsh_prompt.png" title="My cool Zsh prompt">
but I would like to see:
<figure><imgalt="Screenshot of a very cool Zsh prompt" src="https://matija.suklje.name/images/Hook_Zsh_prompt.png" title="My cool Zsh prompt"><figcaption>My cool Zsh prompt</figcaption></figure>
I think for images it would be really cool if we could have an option to not just create a title and alt text, but also a caption for the figure and wrap everything into a figure.
e.g.:
currently becomes:
but I would like to see:
There is a simple Python plugin for this already:
https://github.com/anteprandium/mdx_figcaption
The text was updated successfully, but these errors were encountered: