add admonitions markdown extension for material theme

This commit is contained in:
makayabou 2020-08-03 21:59:26 +02:00
parent 63afed4856
commit 61c232b7be

View File

@ -5,3 +5,7 @@ theme:
name: material name: material
features: features:
- tabs - tabs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences