> For the complete documentation index, see [llms.txt](https://github.highlight.ink/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://github.highlight.ink/mastering-markdown/what-is-markdown.md).

# 什么是 Markdown?

[Markdown](http://daringfireball.net/projects/markdown/) 是一种在网站上设置文字样式的方法。你可以控制文档的显示；将文字格式化为粗体或斜体、添加图像和创建列表是我们可以使用 Markdown 执行的一小部分操作。大多数情况下，Markdown 只是常规文本，其中包含一些非字母字符，如 `#` 或 `*`。

在 GitHub 上的大多数地方你都可以使用 Markdown：

* [Gists](https://gist.github.com/)
* Issues 和拉取请求中的评论
* 在扩展名为 `.md` 或 `.markdown` 的文件中

更多相关信息请看 *GitHub 帮助* 中的“[在 GitHub 上书写](https://help.github.com/categories/writing-on-github/)”。
