Mkdocs examples
Admonitions¶
Standard¶
Custom name text
Look in documentation for alternative icon options.
Standard type qualifiers (for the icon): note; abstract; info; tip; success; question; warning; failure; danger; bug; example; quote
Collapsible¶
Custom name text
This is defined with ??? rather than !!! to start the admonition. ???+ defaults to open while ??? defaults closed.
Annotations¶
Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit.
- I'm an annotation! I can contain
code
, formatted text, images, ... basically anything that can be expressed in Markdown.
Nested¶
Phasellus posuere in sem ut cursus (1)
Lorem ipsum dolor sit amet, (2) consectetur adipiscing elit. Nulla et euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa.
- I'm an annotation!
- I'm an annotation as well!
Buttons¶
Code Blocks¶
Include Code Blocks with copy feature
bubble_sort_example.py | |
---|---|
- I'm a code annotation! I can contain
code
, formatted text, images, ... basically anything that can be written in Markdown. - This is another
Content Tabs¶
Add content here
tab 2 content here.