Commit d879d17d authored by Dan Allen's avatar Dan Allen
Browse files

move intro page for the AsciiDoc Primer; link to official AsciiDoc documentation

parent 05855980
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
.AsciiDoc Primer
* xref:asciidoc.adoc[Why AsciiDoc?]
.xref:index.adoc[AsciiDoc Primer]
* xref:document-header.adoc[Document Header]
* xref:section-headings.adoc[Sections]
* xref:text-and-punctuation.adoc[Text and Punctuation Styles]
+6 −0
Original line number Diff line number Diff line
= AsciiDoc
:page-aliases: asciidoc.adoc

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.