Skip to content
Snippets Groups Projects
Commit a77c0e6a authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

trying to fix mathjax

parent 7c117e7c
No related branches found
No related tags found
No related merge requests found
Pipeline #11132 passed
......@@ -32,7 +32,7 @@ markdown_extensions:
- pymdownx.details
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-AMS_HTML'
- 'https://cdn.plot.ly/plotly-latest.min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-AMS_HTML'
- 'scripts/mathjaxhelper.js'
copyright: "Copyright © 2017-2018 Delft University of Technology, CC-BY-SA-NC 4.0."
MathJax.Hub.Config({
"tex2jax": { inlineMath: [ [ '$', '$' ] ], displayMath: [ [ '$$', '$$' ] ] }
});
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment