28 lines
510 B
HTML
28 lines
510 B
HTML
<h1>
|
|
Simple Headline
|
|
</h1>
|
|
<h1>
|
|
<span class="todo">TODO</span>
|
|
<span class="priority">B</span>
|
|
Headline with todo status & 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 & priority   <span class="tags"><span>foo</span> <span>bar</span></span>
|
|
</h1>
|
|
<p>
|
|
Still outside the drawer
|
|
</p>
|
|
<p>
|
|
This is inside the drawer
|
|
</p>
|
|
<p>
|
|
Still outside the drawer
|
|
</p>
|