Fix paragraphs: Empty lines separate paragraphs
Somehow i thought it was 2 empty lines rather than 1 - makes more sense this way... :D
This commit is contained in:
parent
c759df1efe
commit
ed8764940f
5 changed files with 41 additions and 25 deletions
10
org/testdata/example.html
vendored
10
org/testdata/example.html
vendored
|
@ -5,6 +5,16 @@ works we can be kind of sure that the parsing worked.
|
|||
At least I hope so - I would like to get around writing tests for the individual parsing
|
||||
functions...
|
||||
</p>
|
||||
<h2>Paragraphs</h2>
|
||||
<p>
|
||||
Empty lines separate paragraphs.
|
||||
</p>
|
||||
<p>
|
||||
Right?
|
||||
</p>
|
||||
<p>
|
||||
They do!
|
||||
</p>
|
||||
<h2>Headlines with TODO status, priority & tags</h2>
|
||||
<h3>Headline with todo status & priority</h3>
|
||||
<h3>Headline with TODO status</h3>
|
||||
|
|
8
org/testdata/example.org
vendored
8
org/testdata/example.org
vendored
|
@ -9,6 +9,14 @@ works we can be kind of sure that the parsing worked.
|
|||
At least I hope so - I would like to get around writing tests for the individual parsing
|
||||
functions...
|
||||
|
||||
** Paragraphs
|
||||
|
||||
Empty lines separate paragraphs.
|
||||
|
||||
Right?
|
||||
|
||||
They do!
|
||||
|
||||
** Headlines with TODO status, priority & tags
|
||||
*** TODO [#B] Headline with todo status & priority
|
||||
*** DONE Headline with TODO status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue