refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

Bug: unordered list after ordered list appears ordered #270

Open ericis opened 7 years ago

ericis commented 7 years ago

Creating an unordered list below an ordered list with a simple new line separation causes the second list to inherit the ordered numbering, despite using the unordered item indicator.

Example:

  1. one
  2. two
  3. three
beerendlauwers commented 7 years ago

What Markdown renderer are you using? Does it exhibit the same behaviour given that input?

BudgieInWA commented 6 years ago

This looks like the same as #294.