Fix for code style

This commit is contained in:
Wu Cheng-Han 2018-01-29 10:43:00 +08:00
parent 7df03b42c8
commit 53e08c20f1
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: [['$','$'], ['\\(', '\\)']]
} }
} }