Defining abbreviations
The top-levelabbreviations object is a key-value map where each key is the short form and the value is the full text.
Key format
Abbreviation keys (short forms) must:- Start with a letter (including Unicode letters like
Ä,ö,Ü) - Contain only letters, digits, spaces, and the characters
& _ - . , ( ) / ' " - Be 1–20 characters long
Value format
Using abbreviations in sections
To mark an abbreviation in your text content, wrap the abbreviation key with tildes:~ABK~. The abbreviation must be defined in the top-level abbreviations object.
~API~ will display the abbreviation with a tooltip or annotation showing the full text “Application Programming Interface” (depending on the output format).
The
~ABK~ syntax works in all text content within sections: headings, paragraphs (text, text2), list items, and table cells.List of Abbreviations element
To render an automatic list of all defined abbreviations, add alistOfAbbreviations element to a section:
Properties
Defaults for abbreviations
You can customize the appearance of the abbreviation list globally viadefaults.styles.listOfAbbreviations:
