Cameologist

Tina的小站,随机胡诌&科研笔记。调试中...

0%

常用MD语法汇总

每次写笔记总是忘记各种格式的markdown写法,于是在此归纳一下方便查找。

插入代码

插入代码的写法:反引号`

1
2
3
单行或单个用反引号包住
`Hello world`
多行用三个反引号包住

插入链接

关键字(需要点击跳转链接的字)用方括号[],后面跟着括号,括号内写地址。

1
[这个网站](https://bliu42.github.io)

这个网站

插入脚注

插入的地方写[^1]1,然后找地方写引用内容:

1
[^1]: Ollivier, H., & Zurek, W. H. (2002). Quantum Discord: A Measure of the Quantumness of Correlations. Physical Review Letters, 88(1), 4. <https://doi.org/10.1103/PhysRevLett.88.017901>
1. Ollivier, H., & Zurek, W. H. (2002). Quantum Discord: A Measure of the Quantumness of Correlations. Physical Review Letters, 88(1), 4. https://doi.org/10.1103/PhysRevLett.88.017901