> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/ji-chu/markdown.md).

# Markdown

GitBook 支持多种不同类型的内容，并且以 Markdown 为基础——这意味着您可以直接将任何现有的 Markdown 文件复制粘贴到编辑器中！

<figure><img src="https://gitbookio.github.io/onboarding-template-images/markdown-hero.png" alt=""><figcaption></figcaption></figure>

请随意测试一下，通过将鼠标悬停在右上角的代码块上来复制下面的 Markdown，并粘贴到下面的新行中。

```markdown
# 标题

这是一些段落文本，其中包含一个指向我们文档的[链接](https://docs.gitbook.com)。

## 标题 2
- 点 1
- 点 2
- 点 3
```

{% hint style="info" %}
如果您有多个文件，GitBook 也可以轻松导入完整的存储库——让您能够保持 GitBook 内容的同步。
{% endhint %}
