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.
This commit is contained in:
Niklas Fasching 2018-12-18 14:15:35 +01:00
parent a60f844e38
commit 7331d24452
7 changed files with 55 additions and 35 deletions

View file

@ -2,14 +2,14 @@
Simple Headline <code class="statistic">[1/2]</code>
</h1>
<ul>
<li>
<li class="checked">
<p>
[X] checked
checked
</p>
</li>
<li>
<li class="unchecked">
<p>
[ ] unchecked
unchecked
</p>
</li>
<li>