10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 03:07:44 +02:00

Revert "Add mathjax-config"

This reverts commit 736316e2e1.
This commit is contained in:
Mickaël Véril 2020-04-24 09:33:12 +02:00
parent 736316e2e1
commit d0bcfcc203
2 changed files with 0 additions and 6 deletions

View File

@ -4,7 +4,6 @@
<script src="https://unpkg.com/tippy.js@5"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="/js/MathJaxUtils.js"></script>
<script src="/js/mathjax-config.js" defer></script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>

View File

@ -1,5 +0,0 @@
MathJax = {
tex: {
inlineMath: [[MathJaxUtils.start, MathJaxUtils.end]]
},
};