mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Add mathjax-config
This commit is contained in:
parent
ac95dbb6e8
commit
736316e2e1
@ -4,6 +4,7 @@
|
||||
<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>
|
||||
|
5
static/js/mathjax-config.js
Normal file
5
static/js/mathjax-config.js
Normal file
@ -0,0 +1,5 @@
|
||||
MathJax = {
|
||||
tex: {
|
||||
inlineMath: [[MathJaxUtils.start, MathJaxUtils.end]]
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue
Block a user