File: footnote-multi.html

package info (click to toggle)
lowdown 2.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,484 kB
  • sloc: ansic: 21,512; sh: 1,892; xml: 861; makefile: 518
file content (14 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<p>Hi.<sup id="fnref1"><a href="#fn1" rel="footnote">1</a></sup></p>
<p>Another hi.[^pt]</p>
<div class="footnotes">
<hr/>
<ol>

<li id="fn1">
<p>Klingon insult, meaning something like &#8220;weirdo,&#8221; deriving from
the verb &#8220;to be weird&#8221; (<strong>taQ</strong>), with and [sic] you (plural)
imperative prefix (<strong>pe-</strong>).&#160;<a href="#fnref1" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>