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

conformance html org-mode testing

cases/headings.skeleton

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

30 lines · 474 bytes

 1<h2>
 2"TODO [#A] Write the parser work rust"
 3</h2>
 4<p>
 5"A heading carrying a keyword, a priority, tags and a property drawer."
 6</p>
 7<h3>
 8"DONE Nested and finished"
 9</h3>
10<p>
11"Sub-headings nest by star count."
12</p>
13<h3>
14"[#C] Priority without a keyword"
15</h3>
16<p>
17"A priority cookie can stand alone."
18</p>
19<h2>
20"TODOs are not a keyword"
21</h2>
22<p>
23"The word boundary matters: this heading has no TODO keyword."
24</p>
25<h2>
26"DONE"
27</h2>
28<p>
29"A keyword with no title at all."
30</p>