I can see that footnoteTagname: 'li', and that these are hidden using the footnote-print-only class.
The issue here is that using a footnote with any standard list entry results in that entry being hidden as well.
<ol>
<li><em>Vultures</em> - Dead Leaves <sup><a id="ffn1" href="#fn1" class="footnote">1</a></sup></li>
<li><em>Mental Illness</em> - Aimee Mann</li>
</ol>
This snippet, for example, only renders the second list item. Instead of
- Vultures - Dead Leaves 1
- Mental Illness - Aimee Mann
You get
- Mental Illness - Aimee Mann
Thanks, I love the script!
I can see that
footnoteTagname: 'li', and that these are hidden using thefootnote-print-onlyclass.The issue here is that using a footnote with any standard list entry results in that entry being hidden as well.
This snippet, for example, only renders the second list item. Instead of
You get
Thanks, I love the script!