Open BrentHuang opened 5 months ago
<center>**加粗的文字,并且水平居中**</center>
<center><u>加下划线的文字,并且水平居中</u></center>
<center>==标记的文字,并且水平居中==</center>
You can center align the title by changing the CSS. Add the following lines to your style.less
file:
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
Don't use the HTML <center>
tag.
Describe the bug A clear and concise description of what the bug is.
### 三级标题居中示例 {#三级标题居中示例 data-source-line="151"}
Environment
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Markdown file Please attach the markdown file that can reproduce the bug. a.md
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.