This repository was archived by the owner on Jul 16, 2022. It is now read-only.
图片居中功能
#66
Replies: 1 comment
-
你可以通过“CSS代码段”的自定义样式实现该功能,例如: .markdown-preview-view img {
display: block;
margin-top: 20pt;
margin-bottom: 20pt;
margin-left: auto;
margin-right: auto;
max-width: 90%;
} |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
如题,求开发大大加入这个设置。
Beta Was this translation helpful? Give feedback.
All reactions