MyST-style directive extensions for enhanced Markdown.
Directives require thedirectivesextra:
pip install patitas[directives]
Syntax
Directives use the MyST fence syntax:
:::{directive-name}
:option: value
Content goes here.
:::{/directive-name}
Available Directives
Admonition
Callout boxes (note, warning, tip)
Container
Generic wrapper divs
Dropdown
Collapsible content sections
Tabs
Tabbed content panels
Custom Directives
See Custom Directives for creating your own.