# 简介

> *译自* [*Mastering Markdown*](https://guides.github.com/features/mastering-markdown/)

Markdown 是一种轻量级且易用的语法，用于在 GitHub 平台上设置所有形式的书写样式。

**你将学习的：**

* Markdown 格式如何使样式化协作编辑变得简单
* Markdown 与传统格式化方法的区别
* 如何使用 Markdown 格式化文本
* 如何利用 GitHub 的自动 Markdown 渲染
* 如何应用 GitHub 独特的 Markdown 扩展

> 最后更新：2014 年 1 月 15 日


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://github.highlight.ink/mastering-markdown/intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
