Markdown 语法快速入门
Markdown 语法快速入门
[TOC](安科网Markdown引擎暂不支持)
标题
第一级标题 # 第一级标题
第二级标题 ## 第二级标题
第六级标题 ###### 第六级标题
强调
斜体字 :*斜体字*
斜体字:_斜体字_
加粗 :**加粗**
斜体字:__斜体字__
列表
无序列表:‘*’或者‘+’或者‘-’
有序列表:‘数字’加上'. ',eg. '1. '
任务列表:- [ ]
- [ ]未完成任务
- [x] 已完成任务
插入链接及图片
插入链接:[名称] + (url)
Eg. Github
插入图片:
![名称] + (url)
Kobe Bryant
插入表格(安科网Markdown引擎暂不支持?)
|dog | bird | cat|
| ---- | : ------ : | :----: |
| foo | foo | foo |
| bar | bar | bar |
| baz | baz | baz |
代码
|dog | bird | cat| | ---- | : ------ : | :----: | | foo | foo | foo | | bar | bar | bar | | baz | baz | baz |
代码高亮
单行代码高亮:采用``符号来高亮
Eg.
import openmc
多行代码高亮:
采用```符号来高亮
Eg.
import openmc import os def create_xs() pass if __init__ == "__main__": create_xs()
插入数学公式
Markdown 插入数学公式采用 Latex 语法
- 单列一行居中显示:\[f(x) = x^2+2x+1\]
- 原位插入数学公式:\(f(x) = x^2+2x+1\)
插入流程图(安科网Markdown引擎暂不支持)
Sequence 流程图
张三->李四: 嘿,小四儿, 写博客了没? Note right of 李四: 李四愣了一下,说: 李四-->张三: 忙得吐血,哪有时间写。
sequence
张三->李四: 嘿,小四儿, 写博客了没?
Note right of 李四: 李四愣了一下,说:
李四-->张三: 忙得吐血,哪有时间写。Flow 流程图
st=>start: Start: >http://www.google.com e=>end: 结束 op=>operation: 我的操作 cond=>condition: 确认? st->op->cond cond(yes)->e cond(no)->op
flow
st=>start: Start: >http://www.google.com
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 确认?st->op->cond
cond(yes)->e
cond(no)->op
相关推荐
tenvainvi 2020-06-11
tenvainvi 2020-06-09
Hesland 2020-04-30
Hesland 2020-04-27
MarkDownHere 2020-09-16
xiongweiwei00 2020-06-28
Kingcxx 2020-06-25
Hesland 2020-06-14
amazingbo 2020-06-10
Kingcxx 2020-06-04
James0 2020-06-01
tenvainvi 2020-05-29
xiongweiwei00 2020-05-28
Hesland 2020-05-28
xiongweiwei00 2020-05-26
Hesland 2020-05-19