Delete assets/js/mathjax/mathjax-assistant.js

This commit is contained in:
BLZR
2024-07-11 17:18:21 +05:30
committed by GitHub
parent 6bd64f295c
commit 342c4e3188

View File

@ -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'
})
});