codimd/public/js/mathjax-config-extra.js

12 lines
205 B
JavaScript
Raw Normal View History

window.MathJax = {
2017-10-18 17:37:55 +00:00
messageStyle: 'none',
skipStartupTypeset: true,
tex2jax: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
processEscapes: true
},
TeX: {
extensions: ['mhchem.js']
2017-10-18 17:37:55 +00:00
}
}