dgmid / nextcloud-notes-mac-client

Access and edit your Nextcloud Notes on the Mac
MIT License
73 stars 15 forks source link

Rendering of bullet lists broken #51

Open redm123 opened 2 years ago

redm123 commented 2 years ago

Hi

The rendering of bullet lists seems to be somewhat broken. Under certain conditions empty lines are added in between.

E.g. this looks as expected, one bullet line after the other:

# Foobar
- asdfasdf
    - asdfasdf
    - asdfasdf
- asdfasdf
- asdfas
- asdfsdfasdf
    - asdf
    - asdf

When I add an empty line somewhere in the source, like

# Foobar
- asdfasdf
    - asdfasdf
    - asdfasdf

- asdfasdf
- asdfas
- asdfsdfasdf
    - asdf
    - asdf

then the rendered result has empty lines after every top level bullet (hope it displays properly here...):

Foobar