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

conformance html org-mode testing

cases/minimal.skeleton

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

42 lines · 422 bytes

 1<p>
 2"A single paragraph of preamble text before any heading."
 3</p>
 4<h2>
 5"First Heading"
 6</h2>
 7<p>
 8"Some body text with"
 9<strong>
10"bold"
11</strong>
12","
13<em>
14"italic"
15</em>
16", and"
17<code>
18"verbatim"
19</code>
20"."
21</p>
22<h3>
23"A Subheading tag1 tag2"
24</h3>
25<ul>
26<li>
27"an unordered item"
28</li>
29<li>
30"another with a checkbox [ ]"
31</li>
32</ul>
33<h2>
34"Second Heading"
35</h2>
36<p>
37"See"
38<a href="#first">
39"the first heading"
40</a>
41"."
42</p>