# Syntax

URL: /patitas/docs/syntax/
Section: syntax
Description: CommonMark and Markdown syntax reference for the Patitas Python Markdown parser

---

> For a complete page index, fetch /patitas/llms.txt.

Complete Markdown and CommonMark syntax reference for Patitas.

Patitas implements the [CommonMark 0.31.2](https://spec.commonmark.org/0.31.2/) specification with extensions for directives and roles.

## Sections

:::{cards}
:columns: 2
:gap: medium

:::{card} Inline
:icon: type
:link: ./inline
:description: Emphasis, strong, code, links
:::{/card}

:::{card} Blocks
:icon: layout
:link: ./blocks
:description: Paragraphs, headings, lists, quotes
:::{/card}

:::{card} Links
:icon: link
:link: ./links
:description: Inline links, reference links, autolinks
:::{/card}

:::{card} Code
:icon: terminal
:link: ./code
:description: Inline code, fenced blocks, indented
:::{/card}

:::{/cards}
