following notes
This commit is contained in:
parent
8255f08762
commit
db9468de74
10 changed files with 312 additions and 56 deletions
|
|
@ -35,7 +35,7 @@ In `manifest.json`, you can modify/add some parameters:
|
|||
// parameters of other plugins ...
|
||||
"inlineNotes": {
|
||||
"input": ".footnote-ref",
|
||||
"containerNotes": ".footnotes"
|
||||
"containerNotes": "#footnotes"
|
||||
}
|
||||
},
|
||||
```
|
||||
|
|
@ -54,7 +54,7 @@ Before :
|
|||
Among his many contributions to printing are: the invention of
|
||||
a process for mass-producing movable type; the use of oil-based
|
||||
ink for printing books; <a href="#fn1" class="footnote-ref" id="fnref1" role="doc-noteref"><sup>1</sup></a> adjustable molds; mechanical movable type; and the use of a wooden printing press similar to the agricultural screw presses of the period.</p>
|
||||
<aside id="#footnotes">
|
||||
<aside id="footnotes">
|
||||
<hr>
|
||||
<ol>
|
||||
<li id="fn1">Soap, Sex, and Cigarettes: A Cultural History of American Advertising By Juliann Sivulka, page 5</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue