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