go-org-orgwiki/org/testdata/headlines.html
Niklas Fasching 7331d24452 Add support for list item checkboxes (e.g. [X])
see https://orgmode.org/manual/Checkboxes.html
We're deviating from Org mode regarding the assigned css classes but the chosen
classes feel better than (on, off, trans) and it's not like the export matches
1:1 otherwise.
2018-12-18 14:15:35 +01:00

47 lines
857 B
HTML

<h1>
Simple Headline <code class="statistic">[1/2]</code>
</h1>
<ul>
<li class="checked">
<p>
checked
</p>
</li>
<li class="unchecked">
<p>
unchecked
</p>
</li>
<li>
<p>
note that statistic tokens are marked up anywhere
not just where they are actually meant to be - even here &gt; <code class="statistic">[100%]</code> &lt;
(Org mode proper does the same)
</p>
</li>
</ul>
<h1>
<span class="todo">TODO</span>
<span class="priority">B</span>
Headline with todo status &amp; priority
</h1>
<h1>
<span class="todo">DONE</span>
Headline with TODO status
</h1>
<p>
the <strong>content</strong>
</p>
<h1>
<span class="priority">A</span>
Headline with tags &amp; priority&#xa0;&#xa0;&#xa0;<span class="tags"><span>foo</span>&#xa0;<span>bar</span></span>
</h1>
<p>
Still outside the drawer
</p>
<p>
This is inside the drawer
</p>
<p>
Still outside the drawer
</p>