- was missing spaces between attributes when rendering to org - was duplicating attributes when rendering to html - now we join / replace attributes depending on the name - for now only class & style are appended
1.8 KiB
1.8 KiB
- issues from goorgeous (free test cases, yay!)
- #29: Support verse block
- #47: Consecutive
code
wrapped text gets joined - #50: LineBreaks in lists are preserved
- #68: Quote block with inline markup
- #72: Support for #+ATTR_HTML
- #75: Not parsing nested lists correctly
- #77: Recognize
code
— as code plus dash - #78: Emphasis at beginning of line
- #82: Crash on empty headline
- #84: Paragraphs that are not followed by an empty line are not parsed correctly
issues from goorgeous (free test cases, yay!)
DONE #29: Support verse block
This is verse
or even a totally custom kind of block crazy ain't it?
DONE
#47: Consecutive code
wrapped text gets joined
either this
or that
foo.
either this
or that
foo.
DONE #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
- same goes for ordered lists
- foo
DONE #68: Quote block with inline markup
DONE #72: Support for #+ATTR_HTML

DONE #75: Not parsing nested lists correctly
-
bullet 1
- sub bullet
DONE
#77: Recognize code
— as code plus dash
DONE #78: Emphasis at beginning of line
italics
Text italics
DONE #82: Crash on empty headline
just a space as title…
DONE #84: Paragraphs that are not followed by an empty line are not parsed correctly
Foo
Foo paragraph.
Bar
Bar paragraph