When i select some text like ``` 1 2 3 4 5 ``` and click button to add a list, I expect each line will become an list item like that ``` - 1 - 2 - 3 - 4 - 5 ```
When i select some text like
and click button to add a list, I expect each line will become an list item like that