test
test
test
图片测试
默认大小图片居中
50%图片,左对齐
200%图片,左漂浮
占位占位占位占位占位占位占位占位占位占位占位占
占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位
200%图片,右漂浮
占位占位占位占位占位占位占位占位占位占位占位占
占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位占位
缩小图片可以直接使用 width="50%" 的方式按比例缩小,但是放大图片需要使用 width="200" 的方式以指定具体像宽度的形式放大。
公式测试:
行内公式测试:$E=mc^2$
多行公式测试:
\[\begin{aligned} \dot{x} &= \sigma(y-x) \\ \dot{y} &= \rho x - y - xz \\ \dot{z} &= -\beta z + xy \\ \end{aligned}\]表格测试
| Tables | Are | Cool |
|---|---|---|
| a | b | c1 |
| a | b | c2 |
代码测试
行内代码 python
代码段:
1
2
3
4
5
6
7
8
import numpy as np
import matplotlib.pyplot as plt
x = np.linspace(0, 10, 100)
y = np.sin(x)
plt.plot(x, y)
plt.show()
prompt-info 测试
Example line for
info.
Example line for
warning.
Example line for
danger.
Example line for
tip.
Block Quote
This line shows the block quote.
ToDo list
- Job
- Step 1
- Step 2
- Step 3
本文由作者按照 CC BY 4.0 进行授权

