Package-level declarations
Functions
.captionposition default:{CaptionPosition? = null} \
figures:{CaptionPosition? = null} \
tables:{CaptionPosition? = null} \
code:{CaptionPosition? = null}
-> VoidSets the position of captions, relative to the content they describe.
.currentpage -> <Error class: unknown class>Displays the index (starting from 1) of the page this element lies in.
If author is specified, sets the document author to that value. This is a shortcut for docauthors when there's only one author without additional information.
If description is specified, sets the document description to that value.
.doctype type:{DocumentType? = null} -> AnyIf type is specified, sets the document type to that value. The document type affects its final output style, numbering format and several other properties.
.footer content:{MarkdownContent} -> NodeDisplays content on the bottom center of each page of a document.
.marker name:{InlineMarkdownContent} -> <Error class: unknown class>Creates an invisible marker, that points to a specific location in the document, and can be referenced by other elements as would happen with a regular heading.
.navigation role:{NavigationContainer.Role? = null} content:{MarkdownContent} -> NodeCreates a navigation container, which marks its content as a navigable section.
.noautopagebreak -> VoidDisables automatic page breaks when a heading is found.
.pageformat side:{PageSide? = null} \
pages:{Range? = null} \
size:{PageSizeFormat? = null} \
orientation:{PageOrientation = context.documentInfo.type.preferredOrientation} \
width:{Size? = null} \
height:{Size? = null} \
margin:{Sizes? = null} \
bordertop:{Size? = null} \
borderright:{Size? = null} \
borderbottom:{Size? = null} \
borderleft:{Size? = null} \
bordercolor:{Color? = null} \
columns:{Int? = null} \
alignment:{Container.TextAlignment? = null}
-> VoidSets the page layout format of the document. If a value is unset, the default value supplied by the underlying renderer is used.
.pagemargin position:{PageMarginPosition} content:{MarkdownContent} -> NodeDisplays content on each page of a document.
.tableofcontents title:{InlineMarkdownContent? = null} \
maxdepth:{Int = 3} \
breakpage:{Boolean = true} \
headingdepth:{Int? = null} \
numberheading:{Boolean = false} \
indexheading:{Boolean = false} \
focus:{InlineMarkdownContent? = null}
-> NodeGenerates a table of contents, based on the headings in the document, organized in a hierarchical structure defined by each heading's depth.
.totalpages -> <Error class: unknown class>Displays the total amount of pages in the document.