Issues when pasting lists into editor

Bug report

When pasting Markdown containing lists indented using tabs into the editor, the lists don’t render properly in the preview

i.e.:
this text:

- test 1
	- test 2

is initially rendered as:

  • test 1 - test 2

rather than:

  • test 1
    • test 2

This can be fixed by manually going through the lists in the editor, removing the tabs, then replacing them with spaces. The preview renders correctly after doing this.

Info

  • Platform: Ubuntu 18.04 LTS
  • App Version: 3.20.0

Reproduce

See above.

Hi Cristian,

Thank you for reporting it.
It seems like a bug in the markdown parser which the app uses and they are aware of it:

When it got fixed, I’ll update the library.