benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.49k stars 2.7k forks source link

Clicking the list button while having multiple lines selected doesn't cause each line to be its own list item #1761

Open desbest opened 2 years ago

desbest commented 2 years ago

If I have the text

item one
item two

And I highlight both lines and click either the numbered list or bulleted list button, only the first line appears as a list item, not all the lines.

Expected behaviour

Actual behaviour