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 73c61ed commit 2ce97a0Copy full SHA for 2ce97a0
mkdocs.yml
@@ -16,3 +16,6 @@ nav:
16
- Authors: authors.md
17
plugins:
18
- search
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
0 commit comments