Skip to content

Commit

Permalink
Add support for markdown-it 14
Browse files Browse the repository at this point in the history
  • Loading branch information
aboks committed Feb 12, 2024
1 parent 473c972 commit 87fb3e3
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 397 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@types/mocha": "^8.2.0",
"@types/roman-numerals": "^0.3.0",
"chai": "^4.2.0",
"markdown-it": "^13.0.2",
"markdown-it": "^14.0.0",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"peerDependencies": {
"markdown-it": "^12.0.3 || ^13.0.1"
"markdown-it": "^12.0.3 || ^13.0.1 || ^14.0.0"
}
}
Loading

0 comments on commit 87fb3e3

Please sign in to comment.