Open lshgdut opened 10 years ago
写成两行即可,原生md需要俩空格示意,如
Roses are red Violets are blue
使用1-6个 # 表示
# The largest heading (an <h1> tag) ## The second largest heading (an <h2> tag) … ###### The 6th largest heading (an <h6> tag)
In the words of Abraham Lincoln: > Pardon my french
*This text will be italic* **This text will be bold**
**Everyone _must_ attend the meeting at 5 o'clock today.**
使用 * 或者 - 打头
* Item * Item * Item - Item - Item - Item
使用数字打头
1. Item 1 2. Item 2 3. Item 3
直接输入url,会自动识别,或者 使用text的格式
www.github.com [Visit GitHub!](www.github.com)
GFM增加的特性,在标准md是没有的
~~Mistaken text.~~
Here's an example:
…
段落换行
写成两行即可,原生md需要俩空格示意,如
段落标题
使用1-6个 # 表示
块标记
加粗或者斜体
列表
无序列表
使用 * 或者 - 打头
有序列表
使用数字打头
链接
直接输入url,会自动识别,或者 使用text的格式
删除线
GFM增加的特性,在标准md是没有的
代码块
Here's an example: