29 lines
644 B
JSON
29 lines
644 B
JSON
{
|
|
"plugins": [
|
|
"baseline",
|
|
"grid",
|
|
"marginBox",
|
|
"imposition","spread","previewPage","reloadInPlace",
|
|
"inlineNotes",
|
|
"followingNotes"
|
|
],
|
|
"pluginsParameters":{},
|
|
"css": [
|
|
"css/style.css"
|
|
],
|
|
"pluginsParameters": {
|
|
"inlineNotes": {
|
|
"input": ".footnote-ref",
|
|
"containerNotes": "#footnotes",
|
|
"newClass": "inline-note"
|
|
},
|
|
"followingNotes": {
|
|
"selector": ".inline-note",
|
|
"reset": ".chapter"
|
|
}
|
|
},
|
|
"hook": [
|
|
"/js/counters.js"
|
|
]
|
|
}
|
|
|