We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5066e + b8e75a6 commit 00aa8baCopy full SHA for 00aa8ba
mkdocs.yml
@@ -417,6 +417,7 @@ nav:
417
- learn/index.md
418
419
extra:
420
+ generator: false
421
analytics:
422
# provider: google
423
# property: G-XXXXXXXXXX
@@ -469,7 +470,8 @@ markdown_extensions:
469
470
- abbr
471
- pymdownx.tabbed
472
- pymdownx.superfences
- - pymdownx.arithmatex
473
+ - pymdownx.arithmatex:
474
+ generic: true
475
- pymdownx.betterem:
476
smart_enable: all
477
- pymdownx.keys
@@ -499,7 +501,3 @@ plugins:
499
501
500
502
validation:
503
absolute_links: warn
-
-markdown_extensions:
504
- - pymdownx.arithmatex:
505
- generic: true
0 commit comments