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

9 lines
161 B
JavaScript
Raw Permalink Normal View History

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