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 committed May 6, 2020
1 parent 55a7e49 commit d2cbeea
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 d2cbeea

Please sign in to comment.