Tutorial of Markdown
Basic grammar
引用
- 列表
- 列表
- 列表
- 列表
- 有序列表
- 1
- 2
- 嵌套
- 嵌套
- TodoList
- a
- b
- c
- 表格
左对齐 右对齐 居中对齐 a b c - 段落 分隔线
- 字体
表格 代码 斜体 * * ==高亮== == == 粗体 ** ** 斜粗体 *** *** 删除~~ ~~ 下划线 <u></u>
- 脚注1
-
代码操作
printf("hello world!")
1 2
code block hello
-
超链接 github
-
图片插入 图床:https://imgse.com/
-
数学公式
与latex一致
$ q\left(x_{t-1} \mid x_t\right)=\frac{q\left(x_t \mid x_{t-1}\right) q\left(x_{t-1}\right)}{q\left(x_t\right)} $ $$ \begin{equation} q\left(x_{t-1} \mid x_t\right)=\frac{q\left(x_t \mid x_{t-1}\right) q\left(x_{t-1}\right)}{q\left(x_t\right)} \end{equation} $$
-
脚注内容 ↩︎