autogpt / docs /_javascript /mathjax.js
kakumusic's picture
Upload folder using huggingface_hub
b225a21 verified
raw
history blame contribute delete
No virus
333 Bytes
window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};
document$.subscribe(() => {
MathJax.typesetPromise()
})