Skip to content

Commit

Permalink
[Fix] Katex Multiline Formula Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc authored and virusdefender committed Aug 7, 2021
1 parent 34bb5d2 commit d19e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/katex.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const defaultOptions = {
errorCallback: _,
throwOnError: false,
delimiters: [
{left: '$', right: '$', display: false},
{left: '$$', right: '$$', display: true},
{left: '$', right: '$', display: false},
{left: '\\[', right: '\\]', display: true},
{left: '\\(', right: '\\)', display: false}
]
Expand Down

0 comments on commit d19e694

Please sign in to comment.