Hermit-V2 Theme Update
This commit is contained in:
12
assets/js/mathjax-assistant.js
Normal file
12
assets/js/mathjax-assistant.js
Normal file
@ -0,0 +1,12 @@
|
||||
MathJax = {
|
||||
tex: {
|
||||
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
|
||||
inlineMath: [['\\(', '\\)']] // inline
|
||||
// processEscapes: true,
|
||||
// processEnvironments: true,
|
||||
}
|
||||
// options: {
|
||||
// skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
|
||||
// enableMenu: false
|
||||
// }
|
||||
};
|
Reference in New Issue
Block a user