Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 committed Sep 28, 2021
1 parent 26870c6 commit 03e9653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion markdown-it-attrs.browser.js
Expand Up @@ -534,7 +534,7 @@ module.exports = function (options) {
position: -1,
content: utils.hasDelimiters('end', options),
type: function type(t) {
return t !== 'code_inline';
return t !== 'code_inline' && t !== 'math_inline';
}
}]
}],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "markdown-it-attrs",
"version": "4.0.0",
"version": "4.1.0",
"description": "Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 03e9653

Please sign in to comment.