All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
16 lines
262 B
Text
16 lines
262 B
Text
{
|
|
"plugins": {
|
|
"posthtml-include": {},
|
|
"posthtml-component": {
|
|
"root": "./src/components"
|
|
},
|
|
"posthtml-markdownit": {
|
|
plugins: [
|
|
{
|
|
"plugin": "markdown-it-sup",
|
|
"options": {}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|