You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

765 B

在 GitHub 上书写

问题,评论和 pull 请求描述使用 GitHub 的 [GitHub Flavored Markdown](GitHub Flavored Markdown.md) 再加上一些额外的功能,使在 GitHub 上书写内容更加轻松。

标记

换行

与在 GitHub 上书写最大的区别就是我们处理换行符的方式。通过 Markdown可以硬包装的文字段落让他们结合成一个段落。我们认为这将导致巨大的意外格式错误。在评论GitHub 对待段状内容换行就像是真正的换行符,这通常是你所希望的。

接下来的段落包含由一个换行符分隔两句话:

Roses are red
Violets are blue

变成

Roses are red Violets are blue

参考https://help.github.com/articles/writing-on-github