Skip to content

Commit 8256712

Browse files
authored
Handle both delimiters for inline equations
1 parent 0c6721b commit 8256712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascripts/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
window.MathJax = {
22
tex: {
3-
inlineMath: [["$$", "$$"]],
3+
inlineMath: [["$$", "$$"],["$", "$"]],
44
displayMath: [["$$", "$$"]],
55
processEscapes: true,
66
processEnvironments: true

0 commit comments

Comments
 (0)