Skip to content

Commit

Permalink
Handle both delimiters for inline equations
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Aug 9, 2024
1 parent 0c6721b commit 8256712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.MathJax = {
tex: {
inlineMath: [["$$", "$$"]],
inlineMath: [["$$", "$$"],["$", "$"]],
displayMath: [["$$", "$$"]],
processEscapes: true,
processEnvironments: true
Expand Down

0 comments on commit 8256712

Please sign in to comment.