We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c64ab commit bd64b9dCopy full SHA for bd64b9d
2 files changed
docs/javascripts/mathjax.js
@@ -0,0 +1,19 @@
1
+window.MathJax = {
2
+ tex: {
3
+ inlineMath: [["\\(", "\\)"]],
4
+ displayMath: [["\\[", "\\]"]],
5
+ processEscapes: true,
6
+ processEnvironments: true
7
+ },
8
+ options: {
9
+ ignoreHtmlClass: ".*|",
10
+ processHtmlClass: "arithmatex"
11
+ }
12
+};
13
+
14
+document$.subscribe(() => {
15
+ MathJax.startup.output.clearCache()
16
+ MathJax.typesetClear()
17
+ MathJax.texReset()
18
+ MathJax.typesetPromise()
19
+})
mkdocs.yml
@@ -155,5 +155,9 @@ extra:
155
extra_css:
156
- stylesheets/extra.css
157
158
+extra_javascript:
159
+ - javascripts/mathjax.js
160
+ - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
161
162
watch:
163
- src/compas_slicer
0 commit comments