We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db45e5c commit b500f03Copy full SHA for b500f03
mkdocs.yml
@@ -277,6 +277,7 @@ nav:
277
- learn/index.md
278
279
extra:
280
+ generator: false
281
analytics:
282
# provider: google
283
# property: G-XXXXXXXXXX
@@ -329,7 +330,8 @@ markdown_extensions:
329
330
- abbr
331
- pymdownx.tabbed
332
- pymdownx.superfences
- - pymdownx.arithmatex
333
+ - pymdownx.arithmatex:
334
+ generic: true
335
- pymdownx.betterem:
336
smart_enable: all
337
- pymdownx.keys
@@ -358,8 +360,4 @@ plugins:
358
360
# - README.md
359
361
362
validation:
- absolute_links: ignore
-
363
-markdown_extensions:
364
- - pymdownx.arithmatex:
365
- generic: true
+ absolute_links: warn
0 commit comments