html: Render headline priority
This commit is contained in:
parent
a861437185
commit
0e64f9df7f
4 changed files with 11 additions and 1 deletions
2
org/testdata/headlines.html
vendored
2
org/testdata/headlines.html
vendored
|
@ -3,6 +3,7 @@ Simple Headline
|
|||
</h1>
|
||||
<h1>
|
||||
<span class="todo">TODO</span>
|
||||
<span class="priority">B</span>
|
||||
Headline with todo status & priority
|
||||
</h1>
|
||||
<h1>
|
||||
|
@ -13,6 +14,7 @@ Headline with TODO status
|
|||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue