Fix list parsing & ensure line breaks inside lists are handled correctly
- Break list when kind of bullet changes - Ensure we render multiline list items correctly
This commit is contained in:
parent
043095e672
commit
213da0beff
3 changed files with 45 additions and 1 deletions
12
org/testdata/example.org
vendored
12
org/testdata/example.org
vendored
|
@ -120,6 +120,18 @@ crazy ain't it?
|
|||
either ~this~ or ~that~ foo.
|
||||
either ~this~
|
||||
or ~that~ foo.
|
||||
*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/50][#50]]: Linebreaks in lists are preserved
|
||||
- this list item
|
||||
has
|
||||
multiple
|
||||
linbreaks - but it's still just one paragraph (i.e. no line breaks are rendered)
|
||||
- foobar
|
||||
1. same
|
||||
goes
|
||||
for
|
||||
ordered
|
||||
lists
|
||||
2. foo
|
||||
*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/68][#68]]: Quote block with inline markup
|
||||
#+BEGIN_QUOTE
|
||||
[[https://www.example.com][/this/ *is* _markup_!]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue