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

12 lines
230 B
JavaScript

window.MathJax = {
messageStyle: 'none',
skipStartupTypeset: true,
tex2jax: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
processEscapes: true
},
asciimath2jax: {
delimiters: [['$', '$'], ['\\(', '\\)']]
}
}