File: footnotes_safe_mode_escape.html

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-- 469 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
<p>This is a para with a footnote.<sup class="footnote-ref" id="fnref-1"><a href="#fn-1">1</a></sup></p>

<div class="footnotes">
<hr />
<ol>
<li id="fn-1">
<p>Here is the &lt;em&gt;body&lt;/em&gt; of &lt;span class="yo"&gt;the&lt;/span&gt; footnote.</p>

<p>&lt;div class="blah"&gt;And here is the second para of the footnote.&lt;/div&gt;&nbsp;<a href="#fnref-1" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#8617;</a></p>
</li>
</ol>
</div>