mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 07:55:44 +00:00
567f26f5b9
thanks standard
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
window.MathJax = {
|
|
messageStyle: 'none',
|
|
skipStartupTypeset: true,
|
|
tex2jax: {
|
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
|
processEscapes: true
|
|
}
|
|
}
|