mkdocs-img2fig-plugin
mkdocs-img2fig-plugin copied to clipboard
add optional support for attr_list extension in mkdocs
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 [email protected]