26 lines
No EOL
440 B
Text
26 lines
No EOL
440 B
Text
{
|
|
"plugins": {
|
|
"posthtml-include": {},
|
|
"posthtml-component": {
|
|
"root": "./src",
|
|
"folders": [
|
|
"components"
|
|
],
|
|
"namespaces": [
|
|
{
|
|
"name": "link",
|
|
"root": "./src/link",
|
|
"fallback": "./src"
|
|
}
|
|
]
|
|
},
|
|
"posthtml-markdownit": {
|
|
"plugins": [
|
|
{
|
|
"plugin": "markdown-it-sup",
|
|
"options": {}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |