扫码一下
查看教程更方便
要创建段落,请使用空白行将一行或多行文本进行分隔。
| markdown语法 | html | 预览效果 |
|---|---|---|
| i really like using markdown. | |
i really like using markdown. |
| i think i'll use it to format all of my documents from now on. | |
i think i'll use it to format all of my documents from now on. |

不要用空格(spaces)或制表符( tabs)缩进段落。
| ✅ do this | ❌ don't do this |
|---|---|
| don't put tabs or spaces in front of your paragraphs. |
this can result in unexpected formatting problems. |
| keep lines left-aligned like this. | don't add tabs or spaces in front of paragraphs. |