# 轻量标记语言语法

{% hint style="info" %}
面向不同网站使用不同的语法，故再此做一个统一语法演示与教学。
{% endhint %}

## 快速访问语法教程

### MarkDown 语法

> Markdown 是一种轻量级标记语言，创始人为约翰·格鲁伯。它允许人们使用易读易写的纯文本格式编写文档，然后转换成有效的 XHTML（或者HTML）文档。这种语言吸收了很多在电子邮件中已有的纯文本标记的特性。

{% content-ref url="/pages/J3XIYtT2aicbgQuNvz3Y" %}
[MarkDown 语法](/tutorial/syntax/markdown.md)
{% endcontent-ref %}

### BBCode 语法

> BBCode是 Bulletin Board Code 的缩写，有译为 “BB代码” 者，属于轻量级标记语言（Lightweight Markup Language）的一种，如字面上所显示的，它主要是使用在 BBS、论坛、Blog 等网络应用上。

{% content-ref url="/pages/khisBeOX76gKuB7CdflL" %}
[BBCode 语法](/tutorial/syntax/bbcode.md)
{% endcontent-ref %}

### GitBook 语法 (此文档程序)

{% content-ref url="/pages/mLB3EyP6tGVDIHch5tpy" %}
[GitBook 语法](/tutorial/syntax/gitbook.md)
{% endcontent-ref %}

### LaTex 公式

{% content-ref url="/pages/synyT97um9ILfJeyUB6w" %}
[LaTeX 公式](/tutorial/syntax/latex.md)
{% endcontent-ref %}


---

# 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://docs.nullcraft.org/tutorial/syntax.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.
