We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c817eb commit ccbfa04Copy full SHA for ccbfa04
1 file changed
mkdocs.yml
@@ -51,6 +51,18 @@ markdown_extensions:
51
- pymdownx.inlinehilite
52
- pymdownx.snippets
53
- pymdownx.superfences
54
+ - pymdownx.arithmatex: # for rendering math equations
55
+ generic: true
56
+
57
+# Extra JavaScript for KaTeX
58
+extra_javascript:
59
+ - javascripts/katex.js
60
+ - https://unpkg.com/katex@0/dist/katex.min.js
61
+ - https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
62
63
+# Extra CSS for KaTeX
64
+extra_css:
65
+ - https://unpkg.com/katex@0/dist/katex.min.css
66
67
# Copyright
68
copyright: Copyright © 2025 Nodes Automations
0 commit comments