We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如图,想设置图片自动居中
The text was updated successfully, but these errors were encountered:
目前没有这个支持,但是其实是有办法让纯markdown也支持的。 现在的话你可以用html+css替代markdown语法来引入图片哦!
例子
# 标题 文字... <img style="margin: 0 auto;" src="/example/img.gif" height=100 width=100 /> 继续写markdown # 标题2 文案2
Sorry, something went wrong.
我是在md里面用 <center><img src="/img/img.jpg" alt=""></center> 设置的,希望能帮到你
<center><img src="/img/img.jpg" alt=""></center>
bennyxguo
No branches or pull requests
如图,想设置图片自动居中
The text was updated successfully, but these errors were encountered: