File: Footnotes.xhtml

package info (click to toggle)
libtext-multimarkdown-perl 1.000035-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,772 kB
  • ctags: 148
  • sloc: perl: 2,186; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<p>Test footnote.<a href="#fn:1" id="fnref:1" class="footnote">1</a>[].</p>

<div class="footnotes">
<hr/>

<ol>
<li id="fn:1">
<p>This is a footnote.<a href="#fnref:1" class="reversefootnote">&#xA0;&#x21A9;</a></p>
</li>
</ol>
</div>