Fix for code style
This commit is contained in:
parent
7df03b42c8
commit
53e08c20f1
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ window.MathJax = {
|
||||||
processEscapes: true
|
processEscapes: true
|
||||||
},
|
},
|
||||||
asciimath2jax: {
|
asciimath2jax: {
|
||||||
delimiters: [['$','$'], ['\\(','\\)']]
|
delimiters: [['$','$'], ['\\(', '\\)']]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue