Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 committed Aug 18, 2019
1 parent d803965 commit 4fc4f80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions markdown-it-attrs.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ module.exports = function (options) {
type: 'softbreak'
}, {
position: -1,
type: 'text',
content: utils.hasDelimiters('only', options)
}]
}],
Expand Down Expand Up @@ -444,6 +445,7 @@ module.exports = function (options) {
type: 'inline',
children: [{
position: -1,
type: 'text',
content: utils.hasDelimiters('end', options)
}]
}],
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-attrs",
"version": "3.0.0",
"version": "3.0.1",
"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 4fc4f80

Please sign in to comment.