f3ath/marker

Better support for lists

guidezpl opened this issue · 1 comments

Ran into this issue with nested lists

## 1.0.0

- Initial version.
  - Sub list
  - Sub list 2
  - Sub list 3
    - Sub sub list 1
    - Sub sub list 2
  - Sub list 4

gets turned into

## 1.0.0
- Initial version.- Sub list
- Sub list 2
- Sub list 3- Sub sub list 1
- Sub sub list 2


- Sub list 4
f3ath commented

Added some basic support in 0.3.0.