LaTex常用特殊符号对应表
https://blog.csdn.net/caiandyong/article/details/53351737
单md文件显示数学公式
markdown文档里任意位置加入引用
1 | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script> |
语法
列表
- 无序列表
1 | * Red |
- 有序列表
1 | 1. Bird |
分隔线
1 | *** |
链接
- 行内式
1 | This is [an example](http://example.com/ "Title") inline link. |
- 参考式
1 | This is [an example] [id] reference-style link. |
图片
- 行内式
1 | ![Alt text](/path/to/img.jpg) |
- 参考式
1 | ![Alt text][id] |
表格
- 表格前一定要空一行
- 左冒号表示左对齐,右冒号表示右对齐,左右都有冒号表示居中对齐
1 | | Tables | Are | Cool | |
脚注
1 | hello[^1] |