A language-neutral conformance corpus for org-mode to HTML renderers.

conformance html org-mode testing

cases/footnote.skeleton

main
org-conformance/cases/footnote.skeleton history · blame · raw

53 lines · 478 bytes

 1<p>
 2"Text with a reference."
 3<sup>
 4<a href="#fn-1">
 5"1"
 6</a>
 7</sup>
 8"And a second one."
 9<sup>
10<a href="#fn-2">
11"2"
12</a>
13</sup>
14</p>
15<p>
16"An inline footnote."
17<sup>
18<a href="#fn-3">
19"3"
20</a>
21</sup>
22</p>
23<section>
24<hr>
25<ol>
26<li>
27<p>
28"The first definition."
29</p>
30<a href="#fnr-1">
31"↩"
32</a>
33</li>
34<li>
35<p>
36"The second definition, with"
37<em>
38"emphasis"
39</em>
40"."
41</p>
42<a href="#fnr-2">
43"↩"
44</a>
45</li>
46<li>
47"defined right here"
48<a href="#fnr-3">
49"↩"
50</a>
51</li>
52</ol>
53</section>