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

12 lines
230 B
JavaScript
Raw Normal View History

window.MathJax = {
2017-10-18 17:37:55 +00:00
messageStyle: 'none',
skipStartupTypeset: true,
tex2jax: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
processEscapes: true
2018-01-29 02:38:33 +00:00
},
asciimath2jax: {
2018-01-29 02:48:49 +00:00
delimiters: [['$', '$'], ['\\(', '\\)']]
2017-10-18 17:37:55 +00:00
}
}