mirror of
https://github.com/zadam/trilium.git
synced 2025-10-11 16:06:24 +08:00
13 lines
No EOL
329 B
JavaScript
Vendored
13 lines
No EOL
329 B
JavaScript
Vendored
// MathJax configuration for mathematical notation support
|
|
window.MathJax = {
|
|
tex: {
|
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
|
displayMath: [['$$', '$$'], ['\\[', '\\]']],
|
|
processEscapes: true,
|
|
processEnvironments: true
|
|
},
|
|
options: {
|
|
ignoreHtmlClass: 'no-mathjax',
|
|
processHtmlClass: 'mathjax'
|
|
}
|
|
}; |