thesandwi.ch/.posthtmlrc
Isaac Mills 1cbc57ba89
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add footnotes to pages
2025-07-11 09:52:42 -06:00

16 lines
262 B
Text

{
"plugins": {
"posthtml-include": {},
"posthtml-component": {
"root": "./src/components"
},
"posthtml-markdownit": {
plugins: [
{
"plugin": "markdown-it-sup",
"options": {}
}
]
}
}
}