plugin recommand : mkdocs-img2figv2-plugin #3820
Jackiexiao
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This MkDocs plugin converts markdown encoded images like
into
{align="right" width="20%"}
center image
unfortunately,
align:center
is not supported. if you want to center image, addstyle="display:block; margin:0 auto;
for example
Beta Was this translation helpful? Give feedback.
All reactions