timsayshey / Ghost-Markdown-Editor

Just a responsive jquery markdown editor with instant preview.
MIT License
472 stars 59 forks source link

Strange behavior with multiple list #15

Open arsho opened 6 years ago

arsho commented 6 years ago

Bug found in multiple lists:

1. dasd
2. asdasd
3. asdasd

* sad
* sadasd
* dsasadas

1. sdsa
2. asd
3. asdsad

The editor is giving the following output:

  1. dasd

  2. asdasd

  3. asdasd

  4. sad

  5. sadasd

  6. dsasadas

  7. sdsa

  8. asd

  9. asdsad

There are three different lists but the editor is merging them into a single list.