排版
加入空白行 [2]
<br> (加在段末而非段首);或者<br/>加回车
文字居中 [3]
<center>文字</center>
加入空格 [5]
 
图片
尺寸
<img src = "https://....png" width="10%">
居中:在代码上方加入
<div align=center>
公式
公式对齐 [1]
$$\begin{aligned}
a &=b+c+d \\
&=e+f+g
\end{aligned}$$
a = b + c + d = e + f + g \begin{aligned} a &=b+c+d \\ &=e+f+g \end{aligned} a=b+c+d=e+f+g
表格
| | | |
|:--:|:-|-:|
| 居中 | 左对齐 | 右对齐 |
居中 | 左对齐 | 右对齐 |
感谢:
- https://blog.csdn.net/mary_0830/article/details/98643570
- https://blog.csdn.net/qq_44130638/article/details/96592547
- https://blog.csdn.net/m0_37925202/article/details/80461714
- https://blog.csdn.net/qq_43437571/article/details/103179697
- https://blog.csdn.net/duanbiren123/article/details/80190686