Markdown 是一种轻量级标记语言,创始人为約翰·格魯伯(英语:John Gruber)。它允许人们“使用易读易写的纯文本格式编写文档,然后转换成有效的XHTML(或者HTML)文档”。这种语言吸收了很多在电子邮件中已有的纯文本标记的特性。 (参考网站: https://zh.wikipedia.org/wiki/Markdown)
# 大标题## 副标题### 小标题标准
*斜体类型***黑体字**
Boostnote是对应markdown记法的记事本,信息排序・共享的一种工具。///
* 名单1* 名单2* 名单3

- [x] 任务 1- [ ] 任务 2
> 引文> 引文引文
* * *********- - ----------------------------------------

``` jsRender: function () {Return ( Comments );}```
| 水果 | 价钱 ||:-----------|------:|| 苹果 | 1$ || 葡萄 | 4$ || 橙子 | 2$ || 柠檬 | 1$ || 桃子 | 3$ | | 瓜 | 20$ |
?latex?
``` flowchartst=>start: Start:>he=>end:>hop1=>operation: My Operationsub1=>subroutine: My Subroutinecond=>condition: Yes or No?:>http://www.google.comio=>inputoutput: cst->op1->condcond(yes)->io->econd(no)->sub1(right)->op1```
flowchartst=>start: Start:>h
e=>end:>h
op1=>operation: My Operation
sub1=>subroutine: My Subroutinecond=>condition: Yes or No?:>http://www.google.com
io=>inputoutput: c
st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
```
``` sequence
Title: H
A-> B: N
B -> C: D
C - >> D: O
D - >> A: D
Featured Collection
Popular Ranking
Popular Events
7.引文
11.表格符号
12.Latex