mirror of https://github.com/status-im/codimd.git
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
|
var MathJax = {
|
||
|
messageStyle: 'none',
|
||
|
skipStartupTypeset: true,
|
||
|
tex2jax: {
|
||
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
||
|
processEscapes: true
|
||
|
}
|
||
|
}
|