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

12 lines
229 B
JavaScript

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