Skip to content

Commit 2483912

Browse files
author
Tristan Floch
committed
Add markdown extension for admonitions
This allows special blocks such as notes or warnings.
1 parent 65a45b5 commit 2483912

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ markdown_extensions:
2020
toc_depth: 3
2121
- tables
2222
- mdx_truly_sane_lists
23+
- admonition
24+
- pymdownx.details
25+
- pymdownx.superfences
2326
theme:
2427
name: material
2528
language: en

0 commit comments

Comments
 (0)