cases/headings.html
10 lines · 742 bytes
1<h2 id="write-parser"><span class="todo TODO">TODO</span> <span class="priority">[#A]</span> Write the parser <span class="tag">work</span> <span class="tag">rust</span></h2>
2<p>A heading carrying a keyword, a priority, tags and a property drawer.</p>
3<h3 id="nested-and-finished"><span class="done DONE">DONE</span> Nested and finished</h3>
4<p>Sub-headings nest by star count.</p>
5<h3 id="priority-without-a-keyword"><span class="priority">[#C]</span> Priority without a keyword</h3>
6<p>A priority cookie can stand alone.</p>
7<h2 id="todos-are-not-a-keyword">TODOs are not a keyword</h2>
8<p>The word boundary matters: this heading has no TODO keyword.</p>
9<h2><span class="done DONE">DONE</span> </h2>
10<p>A keyword with no title at all.</p>