layout terminal

This commit is contained in:
Julie Blanc 2026-03-04 08:33:34 +01:00
parent aed4b9eb92
commit 68a0dcb88b
80 changed files with 2234 additions and 349 deletions

View file

@ -8,16 +8,16 @@
"reloadInPlace",
"fullPage",
"inlineNotes",
"footnotesFix"
"followingNotes"
],
"pluginsParameters":{
"inlineNotes": {
"input": ".footnote-ref",
"containerNotes": "#footnotes",
"newClass": "footnotes"
"newClass": "inline-note"
},
"footnotesFix": {
"selector": ".footnotes",
"followingNotes": {
"selector": ".inline-note",
"reset": ".chapter"
}
@ -26,7 +26,7 @@
"assets/css/style.css"
],
"hook": [
"/js/items-decor.js"
]
}