Files
hermit-V2/assets/js/mathjax-assistant.js
2024-03-03 07:15:26 +00:00

12 lines
349 B
JavaScript

MathJax = {
tex: {
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
inlineMath: [['\\(', '\\)']] // inline
// processEscapes: true,
// processEnvironments: true,
}
// options: {
// skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
// enableMenu: false
// }
};