Alerts and Admonition Syntax Test
This article comprehensively tests the Alerts Markdown syntax extension and Admonition shortcode functionality in the FixIt theme.
This article comprehensively tests the Alerts Markdown syntax extension and Admonition shortcode functionality in the FixIt theme.
The FixIt theme supports two ways to use Mermaid: code block syntax and shortcode syntax.
flowchart TD
A[Start] --> B{Is it?}
B -->|Yes| C[OK]
C --> D[Rethink]
D --> B
B ---->|No| E[End]flowchart TD
A[Start] --> B{Is it?}
B -->|Yes| C[OK]
C --> D[Rethink]
D --> B
B ---->|No| E[End]flowchart TD
A[Start] --> B{Is it?}
B -->|Yes| C[OK]
C --> D[Rethink]
D --> B
B ---->|No| E[End]flowchart TD
A[Start] --> B{Is it?}
B -->|Yes| C[OK]
C --> D[Rethink]
D --> B
B ---->|No| E[End]