We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbefedd commit a3aa43dCopy full SHA for a3aa43d
mkdocs.yml
@@ -19,3 +19,8 @@ plugins:
19
markdown_extensions:
20
- md_in_html # enables Markdown inside HTML blocks (not required here, but handy)
21
- attr_list # lets you use { } attributes on images/elements
22
+markdown_extensions:
23
+ - meta # parse YAML front matter
24
+ - admonition
25
+ - attr_list
26
+ - md_in_html
0 commit comments