File: footnotes_underscores.html

package info (click to toggle)
python-markdown2 2.3.7-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,952 kB
  • sloc: python: 2,790; makefile: 35
file content (20 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<p>memcpy<em>from</em>tvm</p>

<p>Testing<sup class="footnote-ref" id="fnref-1"><a href="#fn-1">1</a></sup>, more testing <sup class="footnote-ref" id="fnref-2"><a href="#fn-2">2</a></sup>, more<sup class="footnote-ref" id="fnref-3"><a href="#fn-3">3</a></sup>.</p>

<div class="footnotes">
<hr />
<ol>
<li id="fn-1">
<p>memcpy<em>from</em>tvm&#160;<a href="#fnref-1" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#8617;</a></p>
</li>

<li id="fn-2">
<p><code>memcpy_from_tvm</code>&#160;<a href="#fnref-2" class="footnoteBackLink" title="Jump back to footnote 2 in the text.">&#8617;</a></p>
</li>

<li id="fn-3">
<p>memcpy_from_tvm&#160;<a href="#fnref-3" class="footnoteBackLink" title="Jump back to footnote 3 in the text.">&#8617;</a></p>
</li>
</ol>
</div>