mirror of
https://github.com/status-im/codimd.git
synced 2025-02-10 14:36:36 +00:00
12 lines
205 B
JavaScript
12 lines
205 B
JavaScript
window.MathJax = {
|
|
messageStyle: 'none',
|
|
skipStartupTypeset: true,
|
|
tex2jax: {
|
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
|
processEscapes: true
|
|
},
|
|
TeX: {
|
|
extensions: ['mhchem.js']
|
|
}
|
|
}
|