Update .posthtmlrc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-12 21:34:31 -06:00
parent f70df99f09
commit a17729b453
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -3,7 +3,9 @@
"posthtml-include": {},
"posthtml-component": {
"root": "./src",
"folders": ["components"],
"folders": [
"components"
],
"namespaces": [
{
"name": "link",
@ -13,7 +15,7 @@
]
},
"posthtml-markdownit": {
plugins: [
"plugins": [
{
"plugin": "markdown-it-sup",
"options": {}
@ -21,4 +23,4 @@
]
}
}
}
}