Skip to content

Commit 5d3425c

Browse files
authored
Merge pull request arve0#140 from schanzer/master
allow for markdown-it 13 and up
2 parents 8fc5478 + 7628c8e commit 5d3425c

File tree

2 files changed

+29
-26
lines changed

2 files changed

+29
-26
lines changed

package-lock.json

Lines changed: 27 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
"browserify": "^16.5.2",
4343
"coveralls": "^3.1.1",
4444
"eslint": "^8.4.1",
45-
"markdown-it": "^12.2.0",
45+
"markdown-it": "^13.0.1",
4646
"markdown-it-implicit-figures": "^0.9.0",
4747
"markdown-it-katex": "^2.0.3",
4848
"mocha": "^9.1.3",
4949
"nyc": "^15.1.0"
5050
},
5151
"peerDependencies": {
52-
"markdown-it": ">= 9.0.0 < 13.0.0"
52+
"markdown-it": ">= 9.0.0"
5353
},
5454
"tonicExampleFilename": "demo.js"
5555
}

0 commit comments

Comments
 (0)