diff --git a/assets/js/mathjax/mathjax-assistant.js b/assets/js/mathjax/mathjax-assistant.js deleted file mode 100644 index cf28017..0000000 --- a/assets/js/mathjax/mathjax-assistant.js +++ /dev/null @@ -1,19 +0,0 @@ -MathJax = { - tex: { - inlineMath: [['$', '$'], ['\\(', '\\)']], - displayMath: [['$$', '$$'], ['\\[', '\\]']], - processEscapes: true, - processEnvironments: true, - }, - options: { - skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre'], - enableMenu: false - }, - svg: {fontCache: 'global'} -}; - -window.addEventListener('load', (event) => { - document.querySelectorAll("mjx-container").forEach(function (x) { - x.parentElement.classList += 'has-jax' - }) -}); \ No newline at end of file