Add basic support for drawers
This commit is contained in:
parent
c012b0a533
commit
0186545123
8 changed files with 102 additions and 8 deletions
12
org/testdata/headlines.html
vendored
12
org/testdata/headlines.html
vendored
|
@ -9,6 +9,18 @@ Headline with todo status & priority
|
|||
<span class="todo">DONE</span>
|
||||
Headline with TODO status
|
||||
</h1>
|
||||
<p>
|
||||
the <strong>content</strong>
|
||||
</p>
|
||||
<h1>
|
||||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue