Fix for code style
This commit is contained in:
parent
53e08c20f1
commit
e939581e86
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