Skip to content

Commit

Permalink
update mathjax format
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Sep 30, 2024
1 parent 09aadc0 commit cabf76d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/_mathjax_support.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
}
},
tex2jax: {
inlineMath: [ ['$', '$'] ],
displayMath: [ ['$$', '$$'] ],
processEscapes: true,
}
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
}
});
MathJax.Hub.Register.MessageHook("Math Processing Error",function (message) {
alert("Math Processing Error: "+message[1]);
Expand Down

0 comments on commit cabf76d

Please sign in to comment.