Add footnotes to pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3ebd457582
commit
1cbc57ba89
8 changed files with 69 additions and 16 deletions
|
@ -4,6 +4,13 @@
|
|||
"posthtml-component": {
|
||||
"root": "./src/components"
|
||||
},
|
||||
"posthtml-markdownit": {}
|
||||
"posthtml-markdownit": {
|
||||
plugins: [
|
||||
{
|
||||
"plugin": "markdown-it-sup",
|
||||
"options": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue