Skip to content

Commit

Permalink
FIX: MathJax Rendering Related to Automatic Linebreaks (#7, Ver. 1.1.…
Browse files Browse the repository at this point in the history
…020)
  • Loading branch information
dev-onejun authored Jan 7, 2025
1 parent 7d69f89 commit b7a6e7a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _includes/mathjax_support.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
inlineMath: [ ['$','$'], ['\\(','\\)'] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
CommonHTML: {
linebreaks: { automatic: true }
},
"HTML-CSS": {
linebreaks: { automatic: true }
},
SVG: {
linebreaks: { automatic: true }
}
});
</script>
Expand Down

0 comments on commit b7a6e7a

Please sign in to comment.