AsciiDoc is Antora's native content markup language.
AsciiDoc is ideal for writing documentation because it's:
@@ -9,6 +10,11 @@ AsciiDoc is ideal for writing documentation because it's:
* extensible
* easy to learn
This area of the documentation is intended to provide a preliminary introduction to the AsciiDoc Language and highlight some of the syntax that you'll use in Antora on a daily basis.
These pages should not be considered an authoritative or canonical reference for the language.
To find the official user documentation for the AsciiDoc Language, please visit the https://docs.asciidoctor.org/asciidoc/latest/[AsciiDoc Language documentation].
If there's a discrepancy between what's written here and in the linked documentation, the linked documentation takes precedence.
== Syntax
AsciiDoc is a mature, lightweight markup language that supports all the structural and semantic elements necessary for writing technical documentation.