mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed Markdown extension prefixes to be consistent with documentation
This commit is contained in:
parent
fe56efd80d
commit
de17367859
14
mkdocs.yml
14
mkdocs.yml
@ -102,13 +102,13 @@ extra:
|
|||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- markdown.extensions.admonition
|
- admonition
|
||||||
- markdown.extensions.abbr
|
- abbr
|
||||||
- markdown.extensions.attr_list
|
- attr_list
|
||||||
- markdown.extensions.def_list
|
- def_list
|
||||||
- markdown.extensions.footnotes
|
- footnotes
|
||||||
- markdown.extensions.meta
|
- meta
|
||||||
- markdown.extensions.toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
- pymdownx.arithmatex:
|
- pymdownx.arithmatex:
|
||||||
generic: true
|
generic: true
|
||||||
|
Loading…
Reference in New Issue
Block a user