feat: ✨ add figcaption support
This commit is contained in:
parent
9d5e083e81
commit
3779131ada
4 changed files with 17 additions and 1 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -29,6 +29,7 @@
|
|||
"markdown-it-collapsible": "^2.0.2",
|
||||
"markdown-it-deflist": "^3.0.0",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
"markdown-it-image-figures": "^2.1.1",
|
||||
"markdown-it-obsidian-callouts": "^0.3.1",
|
||||
"simple-icons": "^13.19.0",
|
||||
"tailwindcss": "^3.4.15",
|
||||
|
@ -5414,6 +5415,18 @@
|
|||
"integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/markdown-it-image-figures": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/markdown-it-image-figures/-/markdown-it-image-figures-2.1.1.tgz",
|
||||
"integrity": "sha512-mwXSQ2nPeVUzCMIE3HlLvjRioopiqyJLNph0pyx38yf9mpqFDhNGnMpAXF9/A2Xv0oiF2cVyg9xwfF0HNAz05g==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"markdown-it": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/markdown-it-obsidian-callouts": {
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/markdown-it-obsidian-callouts/-/markdown-it-obsidian-callouts-0.3.1.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue