Add footnotes to pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-11 09:52:42 -06:00
parent 3ebd457582
commit 1cbc57ba89
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
8 changed files with 69 additions and 16 deletions

View file

@ -4,6 +4,13 @@
"posthtml-component": {
"root": "./src/components"
},
"posthtml-markdownit": {}
"posthtml-markdownit": {
plugins: [
{
"plugin": "markdown-it-sup",
"options": {}
}
]
}
}
}