stuebersystems / mkdocs-img2fig-plugin

A MkDocs plugin that converts markdown encoded images into <figure> elements.
https://pypi.org/project/mkdocs-img2fig-plugin
MIT License
21 stars 10 forks source link

add optional support for attr_list extension in mkdocs #5

Open mike-scott opened 3 years ago

mike-scott commented 3 years ago

This is limited to direct attribute support as it will be included in the tag directly: { align="right" class="something" } becomes:

You cannot use: {: .class} as this becomes: <img : .class />

Signed-off-by: Michael Scott mike@foundries.io

mike-scott commented 3 years ago

Not sure if you will automatically run the test output in a PR?