Fix for code style

This commit is contained in:
Wu Cheng-Han 2018-01-29 10:48:49 +08:00
parent 53e08c20f1
commit e939581e86
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ window.MathJax = {
processEscapes: true processEscapes: true
}, },
asciimath2jax: { asciimath2jax: {
delimiters: [['$','$'], ['\\(', '\\)']] delimiters: [['$', '$'], ['\\(', '\\)']]
} }
} }