This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
在 GitHub 上书写
====
问题,评论和 pull 请求描述使用 GitHub 的 [GitHub Flavored Markdown](GitHub Flavored Markdown.md) 再加上一些额外的功能,使在 GitHub 上书写内容更加轻松。
## 标记
### 换行
与在 GitHub 上书写最大的区别就是我们处理换行符的方式。通过 Markdown,可以硬包装的文字段落,让他们结合成一个段落。我们认为这将导致巨大的意外格式错误。在评论,GitHub 对待段状内容换行就像是真正的换行符,这通常是你所希望的。
接下来的段落包含由一个换行符分隔两句话:
```
Roses are red
Violets are blue
变成
*参考*:<https://help.github.com/articles/writing-on-github>