Skip to content

Commit

Permalink
fix: resolve conflict with markdown-it-katex plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yndx-birman authored Sep 16, 2021
1 parent e0ff0b1 commit 89dd751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ module.exports = options => {
{
position: -1,
content: utils.hasDelimiters('end', options),
type: (t) => t !== 'code_inline'
type: (t) => t !== 'code_inline' && t !== 'math_inline'
}
]
}
Expand Down

0 comments on commit 89dd751

Please sign in to comment.