We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent32458e8 commitea3f05dCopy full SHA for ea3f05d
mkdocs.yml
@@ -87,13 +87,8 @@ markdown_extensions:
87
class:custom-bash-block
88
format:!!python/name:pymdownx.superfences.fence_code_format
89
-markdown.extensions.admonition# Highlighted warning/info blocks
90
- -markdown.extensions.attr_list# Set custom HTML attributes {: }
91
- -markdown.extensions.footnotes# Footnotes [^1]
92
-markdown.extensions.meta# Define meta data (page title and description) at the top of the Markdown document
93
- -markdown.extensions.smarty# Automatically convert dashes, underscore, three-dots and quotes to text symbols
94
-markdown.extensions.tables# Tables
95
- -markdown.extensions.toc:# Add HTML id attribute to headers
96
-permalink:true# Headers are links to themselves
97
-pymdownx.betterem:# More intuitive emphasis handling
98
smart_enable:all# Even smarter for both (asterisk and underscore) syntax => GitHub-like
99
-pymdownx.details# Collapsible details blocks