Add config for AsciiMath preprocessor
This commit is contained in:
parent
cae65192c8
commit
7df03b42c8
1 changed files with 3 additions and 0 deletions
|
@ -4,5 +4,8 @@ window.MathJax = {
|
|||
tex2jax: {
|
||||
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
||||
processEscapes: true
|
||||
},
|
||||
asciimath2jax: {
|
||||
delimiters: [['$','$'], ['\\(','\\)']]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue