html: Export headline todo status & tags

This commit is contained in:
Niklas Fasching 2018-12-16 22:45:18 +01:00
parent 6887fb2e02
commit 24ace5aa0e
4 changed files with 98 additions and 25 deletions

View file

@ -1,4 +1,14 @@
<h1>Simple Headline</h1>
<h1>Headline with todo status &amp; priority</h1>
<h1>Headline with TODO status</h1>
<h1>Headline with tags &amp; priority</h1>
<h1>
Simple Headline
</h1>
<h1>
<span class="todo">TODO</span>
Headline with todo status &amp; priority
</h1>
<h1>
<span class="todo">DONE</span>
Headline with TODO status
</h1>
<h1>
Headline with tags &amp; priority&#xa0;&#xa0;&#xa0;<span class="tags"><span>foo</span>&#xa0;<span>bar</span></span>
</h1>