Abbreviations let you mark short forms in your text. They are collected automatically and can be rendered as a List of Abbreviations.Documentation Index
Fetch the complete documentation index at: https://docs.autype.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Wrap an abbreviation in single tildes:Rules
- Must start with a letter (including Unicode letters like ä, ö, ü, é, etc.)
- Can contain letters and numbers after the first character
- Case-sensitive:
~WHO~and~who~are different abbreviations - Examples:
~WHO~,~GDPR~,~API~,~REST~,~KfW~,~GmbH~
Abbreviations inside formatted text
Abbreviations work inside bold, italic, and other formatting marks:List of Abbreviations
Generate an automatic list of all abbreviations used in the document:Attributes
| Attribute | Values | Description |
|---|---|---|
title | String | Title displayed above the list |
sortOrder | alphabetical, document | Sort order of abbreviations |
alphabetical— sort abbreviations A–Z (default)document— list abbreviations in the order they first appear in the document
Example
The abbreviation definitions (what each abbreviation stands for) are managed in your document settings, not in the Markdown source. The
~ABK~ syntax only marks where abbreviations are used.