Extra space between lines in nested unordered lists

Just noted: there is extra space between lines in nested unordered lists.

Here is the code:

* one
  * two
  * three
* four

An [external link](https://apple.com).

Here is how it looks in finished card (there is extra space between ‘three’ and ‘four’ line):

Снимок экрана 2020-07-06 в 12.20.06

And here is how the same code looks in different markdown editors:

Снимок экрана 2020-07-06 в 12.19.43

Снимок экрана 2020-07-06 в 12.19.37

2 Likes

Hi @Valery_Kondakoff, this will be fixed in 1.5!

1 Like

Just a quick addition (I think this might be the same issue). Here is the code:

- using '- '
- using '- '
* test '* '
* test '* '

Here how it should look:

  • using '- ’
  • using '- ’
  • test '* ’
  • test '* ’

And here is how it currently looks in SN:

Снимок экрана 2020-07-07 в 13.53.39

Yes, this bug effects all lists, I have already patched it on our end!

Fixed in Supernotes 1.5!