# AsciiDoc文件

Lightweight markup language

**轻量级标记语言**（**LML**），也称为**简单**或**人性化的标记语言**，是一种[标记语言](https://en.wikipedia.org/wiki/Markup_language)与简单的，不引人注目的语法。

[AsciiDoc规范](https://projects.eclipse.org/projects/asciidoc.asciidoc-lang)

AsciiDoc两种实现：

* [asciidoc-py](https://asciidoc-py.github.io/)：[ Python](https://en.wikipedia.org/wiki/Python_\(programming_language\))实现
* [Asciidoctor](https://asciidoctor.org/)：[ Ruby](https://en.wikipedia.org/wiki/Ruby_\(programming_language\))实现

[Asciidoctor文档](https://docs.asciidoctor.org/home/)

[AsciiDoc Syntax Quick Reference](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/)

具有ADOC [文件扩展名](https://zhcn.eyewated.com/%E4%BB%80%E4%B9%88%E6%98%AF%E6%96%87%E4%BB%B6%E6%89%A9%E5%B1%95%E5%90%8D%EF%BC%9F/)的[文件](https://zhcn.eyewated.com/%E4%BB%80%E4%B9%88%E6%98%AF%E6%96%87%E4%BB%B6%E6%89%A9%E5%B1%95%E5%90%8D%EF%BC%9F/)很可能是一个AsciiDoc文件。 简而言之，这些类型的ADOC文件用于将[纯文本文件](https://zhcn.eyewated.com/%E4%BB%80%E4%B9%88%E6%98%AF%E6%96%87%E6%9C%AC%E6%96%87%E4%BB%B6%EF%BC%9F/)转换为易于阅读的格式，如[HTML](https://zhcn.eyewated.com/%E4%BB%80%E4%B9%88%E6%98%AFhtm%E6%88%96html%E6%96%87%E4%BB%B6%EF%BC%9F/)或[PDF](https://zhcn.eyewated.com/%E4%BB%80%E4%B9%88%E6%98%AFpdf%E6%96%87%E4%BB%B6%EF%BC%9F/) 。

[什么是ADOC文件？](https://zhcn.eyewated.com/%E4%BB%80%E4%B9%88%E6%98%AFadoc%E6%96%87%E4%BB%B6%EF%BC%9F/)
