Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +10 -1
static/index.html
CHANGED
@@ -219,7 +219,16 @@
|
|
219 |
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
|
220 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
|
221 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
222 |
-
<script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
|
224 |
<script>
|
225 |
document.addEventListener('DOMContentLoaded', () => {
|
|
|
219 |
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
|
220 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
|
221 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
222 |
+
<script type="text/javascript" id="MathJax-script" async
|
223 |
+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
224 |
+
</script>
|
225 |
+
<script>
|
226 |
+
MathJax = {
|
227 |
+
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] },
|
228 |
+
options: { skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre'] }
|
229 |
+
};
|
230 |
+
</script>
|
231 |
+
|
232 |
|
233 |
<script>
|
234 |
document.addEventListener('DOMContentLoaded', () => {
|