Add config for AsciiMath preprocessor

This commit is contained in:
Wu Cheng-Han 2018-01-29 10:38:33 +08:00
parent cae65192c8
commit 7df03b42c8
1 changed files with 3 additions and 0 deletions

View File

@ -4,5 +4,8 @@ window.MathJax = {
tex2jax: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
processEscapes: true
},
asciimath2jax: {
delimiters: [['$','$'], ['\\(','\\)']]
}
}