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.
Headings
Standard Markdown headings fromh1 to h6:
Heading anchors
Add an anchor ID to any heading with{#id} at the end. This allows cross-referencing from elsewhere in the document:
Extended HTML syntax
For full styling control, use HTML heading tags with attributes:| Attribute | Values | Description |
|---|---|---|
align | left, center, right, justify | Text alignment |
color | CSS color (e.g., #ff0000, red) | Text color |
fontSize | Number (points) | Font size |
fontFamily | Font name (e.g., Georgia, Arial) | Font family |
fontWeight | normal, bold | Font weight |
spacing | before,after (e.g., 10,20) | Spacing before/after in points |
Paragraphs
Standard Markdown paragraphs — just write text:Text2 style (secondary paragraph)
Use the pipe prefix| to apply the text2 style — a secondary paragraph style defined in your document defaults (e.g., smaller font, different color):
The
text2 style uses the styling defined in your document’s defaults.styles.text2 configuration. This is useful for subtitles, captions, or secondary information.Extended HTML syntax
For full styling control, use HTML paragraph tags:| Attribute | Values | Description |
|---|---|---|
align | left, center, right, justify | Text alignment |
color | CSS color (e.g., #ff0000, red) | Text color |
fontSize | Number (points) | Font size |
fontFamily | Font name | Font family |
fontWeight | normal, bold | Font weight |
fontStyle | normal, italic | Font style |
spacing | before,after (e.g., 5,10) | Spacing before/after in points |
