This commit is contained in:
parent
f70df99f09
commit
a17729b453
1 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,9 @@
|
||||||
"posthtml-include": {},
|
"posthtml-include": {},
|
||||||
"posthtml-component": {
|
"posthtml-component": {
|
||||||
"root": "./src",
|
"root": "./src",
|
||||||
"folders": ["components"],
|
"folders": [
|
||||||
|
"components"
|
||||||
|
],
|
||||||
"namespaces": [
|
"namespaces": [
|
||||||
{
|
{
|
||||||
"name": "link",
|
"name": "link",
|
||||||
|
@ -13,7 +15,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"posthtml-markdownit": {
|
"posthtml-markdownit": {
|
||||||
plugins: [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"plugin": "markdown-it-sup",
|
"plugin": "markdown-it-sup",
|
||||||
"options": {}
|
"options": {}
|
||||||
|
@ -21,4 +23,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue