STEM GENE Data Science / English Language / Family Life

Markdown Syntax

2018-01-30

Mastering Markdown

Markdown cheatsheet 01

Markdown cheatsheet 02


Besides these, there are several syntaxs below:

  • `Highlight`
    Highlight

  • 换行
    直接回车不能换行,可以在上一行文本后面补两个空格,这样下一行的文本就换行了。或者就是在两行文本直接加一个空行。也能实现换行效果,不过这个行间距有点大。

  • 锚点
    Back to…
    But you must notice that URL does not distinguish upper-case and space. For example, if you want to return to the top of this page, you should use '\[Back to Top](#mastering-markdown)

Back to Top


Comments

Content