Set up abbrs and footnotes

This commit is contained in:
arne 2022-10-01 14:04:22 +02:00
commit fc2a7007d0
3 changed files with 201 additions and 157 deletions

View file

@ -17,7 +17,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy": "^1.0.2",
"@thi.ng/hiccup": "3.6.22",
"lodash": "^4.17.21",
"luxon": "^2.3.0",
@ -25,6 +25,8 @@
},
"dependencies": {
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@remy/webmention": "^1.4.5"
"@remy/webmention": "^1.4.5",
"markdown-it-abbr": "^1.0.4",
"markdown-it-footnote": "^3.0.3"
}
}