This commit is contained in:
Joshua Seigler 2025-06-08 02:15:15 -04:00
parent a4306bc57d
commit 4d435a23c4
15 changed files with 248 additions and 112 deletions

23
package-lock.json generated
View file

@ -11,11 +11,11 @@
"dependencies": {
"@11ty/eleventy": "^3.1.0",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@mdit/plugin-footnote": "^0.22.0",
"@mdit/plugin-spoiler": "^0.21.0",
"dayjs": "^1.11.11",
"eleventy-plugin-clean": "^2.0.1",
"markdown-it-anchor": "^9.0.1",
"markdown-it-footnote": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"prettier": "^3.3.1"
}
@ -407,6 +407,21 @@
"win32"
]
},
"node_modules/@mdit/plugin-footnote": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/@mdit/plugin-footnote/-/plugin-footnote-0.22.0.tgz",
"integrity": "sha512-Zk6jDM+TVtmZJwAS9xG2RCkC3/QIOHZZUKcIElI8k8HaQWOHhjYU/QmHXqf+F5+d5XzLhLr5fAEm4VXDmgQOUQ==",
"license": "MIT",
"dependencies": {
"@types/markdown-it": "^14.1.2"
},
"engines": {
"node": ">= 18"
},
"peerDependencies": {
"markdown-it": "^14.1.0"
}
},
"node_modules/@mdit/plugin-spoiler": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/@mdit/plugin-spoiler/-/plugin-spoiler-0.21.0.tgz",
@ -1576,12 +1591,6 @@
"markdown-it": "*"
}
},
"node_modules/markdown-it-footnote": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-4.0.0.tgz",
"integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==",
"license": "MIT"
},
"node_modules/markdown-it-link-attributes": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/markdown-it-link-attributes/-/markdown-it-link-attributes-4.0.1.tgz",