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

# Markdown Syntax Reference

> Compact reference for Autype's extended Markdown syntax — all directives, attributes, and examples for LLMs.

This is a compact Markdown syntax reference optimized for LLMs and AI agents. It covers all Autype-specific extensions on top of standard Markdown.

<Card title="Download Reference" icon="markdown" href="https://autype.com/llm-resources/markdown-syntax.md">
  Markdown file — all syntax elements with one example each, optimized for LLM consumption
</Card>

## What's Covered

* Inline formatting extensions (`++underline++`, `==highlight==`, `~sub~`, `^sup^`)
* Math inline and block (`$...$`, `$$...$$`)
* Variables (`{{varName}}`) and citations (`@[key]`)
* Internal references and anchors
* Page layout directives (page breaks, spacers, columns, page sections)
* Images with attributes
* Tables with captions and styling
* Code blocks and diagram rendering (Kroki)
* Charts (Chart.js)
* QR codes
* Styled blockquotes
* Indices (TOC, list of figures, bibliography)

## Full Syntax Documentation

For the complete human-readable reference, see the **[Markup Reference](/markup-reference/overview)** tab.
