Block Example
Code Block
Basic Code Block
Highlighted Lines
Tab Blocks
Enabled by the following configuration in mkdocs.yml
:
With the format below, you can create tabbed content:
=== "Plain Text"
This is a plain text file.
=== "Unordered List"
- Item 1
- Item 2
- Item 3
=== "Ordered List"
1. First item
2. Second item
3. Third item
The result will look like this:
This is a plain text file.
- Item 1
- Item 2
- Item 3
- First item
- Second item
- Third item
Admonitions
Amonitions start with !!!
followed by the type of admonition.
Collapsible admonitions can be created using the ???
: