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: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.