feat: add definition lists to markdown

This commit is contained in:
Sebin Nyshkim 2024-10-22 12:40:55 +02:00
parent b46476fdf1
commit 30fb6427c3
4 changed files with 15 additions and 1 deletions

6
package-lock.json generated
View file

@ -28,6 +28,7 @@
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-collapsible": "^2.0.2",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-obsidian-callouts": "^0.3.0",
"simple-icons": "^13.14.0",
@ -5241,6 +5242,11 @@
"markdown-it": ">=5"
}
},
"node_modules/markdown-it-deflist": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/markdown-it-deflist/-/markdown-it-deflist-3.0.0.tgz",
"integrity": "sha512-OxPmQ/keJZwbubjiQWOvKLHwpV2wZ5I3Smc81OjhwbfJsjdRrvD5aLTQxmZzzePeO0kbGzAo3Krk4QLgA8PWLg=="
},
"node_modules/markdown-it-footnote": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-4.0.0.tgz",