Example¶
This is an example documentation page demonstrating various Markdown features supported by MkDocs.
Link to other Documentation¶
How to add a link to the index:
Image Example¶

How to add an image:
Code Block Example¶
How to add a code block:Admonition Example¶
Note
This is a note admonition. You can use admonitions to highlight important information.
Footnote Example¶
Here is a sentence with a footnote.1
How to add a footnote:
Definition List Example¶
- Term 1
- Definition 1
- Term 2
- Definition 2
How to add a definition list:
Table Example¶
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
How to add a table:
Abbreviation Example¶
The HTML specification is maintained by the W3C.
How to add an abbreviation:
Smarty Example¶
“Smart” quotes, dashes – and ellipses… are converted automatically.
How to enable SmartyPants:
Tabbed Content Example¶
How to add tabbed content:
New Documentation Site¶
To add a new documentation site, you need to create a new markdown file in the docs directory and update the mkdocs.yml file to include it in the navigation.
Navigation section¶
You need to define the navigation structure in the mkdocs.yml file to include this example in the documentation site.
Here is an example of how to define the navigation in mkdocs.yml:
Testing the sync¶
This is a test to see if the mkdocs sync is working properly.
-
This is the footnote text. ↩