Expand description
Describes the top-level document structure.
Structs§
- Attribute
- Document attributes are effectively document-scoped variables for the AsciiDoc language. The AsciiDoc language defines a set of built-in attributes, and also allows the author (or extensions) to define additional document attributes, which may replace built-in attributes when permitted.
- Author
- Represents a single author as (typically) described on the author line.
- Author
Line - The author line is directly after the document title line in the document header. When the content on this line is structured correctly, the processor assigns the content to the built-in author and email attributes.
- Document
- A document represents the top-level block element in AsciiDoc. It consists of an optional document header and either a) one or more sections preceded by an optional preamble or b) a sequence of top-level blocks only.
- Header
- An AsciiDoc document may begin with a document header. The document header encapsulates the document title, author and revision information, document-wide attributes, and other document metadata.
- Revision
Line - The revision line is the line directly after the author line in the document
header. When the content on this line is structured correctly, the processor
assigns the content to the built-in
revnumber,revdate, andrevremarkattributes.
Enums§
- Interpreted
Value - The interpreted value of an
Attribute.