Skip to content

Commit

Permalink
Merge pull request #137 from bcomnes/dependabot/npm_and_yarn/types/ma…
Browse files Browse the repository at this point in the history
…rkdown-it-14.0.0

Bump @types/markdown-it from 13.0.7 to 14.0.0
  • Loading branch information
bcomnes committed Apr 8, 2024
2 parents a227618 + d640fd2 commit 9bbae7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/build-pages/page-builders/md/get-md.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ export function getMd () {
const md = markdownIt(mdOpts)
.use(markdownItSub)
.use(markdownItSup)
// @ts-expect-error Who knows who caress
.use(markdownItFootnote)
.use(markdownItDeflist)
.use(markdownItEmoji)
.use(markdownItIns)
.use(markdownItMark)
.use(markdownItAbbr)
.use(markdownItTaskList)
// @ts-expect-error Who knows who caress
.use(markdownItAnchor)
.use(markdownItAttrs)
.use(markdownItTOC, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@types/browser-sync": "^2.27.3",
"@types/js-yaml": "^4.0.8",
"@types/markdown-it": "^13.0.5",
"@types/markdown-it": "^14.0.0",
"@types/markdown-it-footnote": "^3.0.2",
"@types/node": "^20.8.4",
"@voxpelli/tsconfig": "^11.0.0",
Expand Down

0 comments on commit 9bbae7c

Please sign in to comment.