Skip to content

Commit 87fb3e3

Browse files
committed
Add support for markdown-it 14
1 parent 473c972 commit 87fb3e3

File tree

2 files changed

+398
-397
lines changed

2 files changed

+398
-397
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@types/mocha": "^8.2.0",
4040
"@types/roman-numerals": "^0.3.0",
4141
"chai": "^4.2.0",
42-
"markdown-it": "^13.0.2",
42+
"markdown-it": "^14.0.0",
4343
"mocha": "^8.2.1",
4444
"ts-node": "^9.1.1",
4545
"typescript": "^4.1.3"
4646
},
4747
"peerDependencies": {
48-
"markdown-it": "^12.0.3 || ^13.0.1"
48+
"markdown-it": "^12.0.3 || ^13.0.1 || ^14.0.0"
4949
}
5050
}

0 commit comments

Comments
 (0)