Bullet multiple lines individually
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
When selecting multiple lines of texting and applying bullet formatting, the
text editor converts everything to a single line. This is divergent from the
way most text editors will apply bullets.
If there's a carriage return in the highlighted text portion, can the line
return be preserved?
What steps will reproduce the problem?
1. Enter the following text:
Apple
Banana
Carrot
2. Highlight all lines
3. Apply bullet formatting (through interface or shortcut)
What is the expected output? What do you see instead?
Expected:
* Apple
* Banana
* Carrot
Actual:
* Apple Banana Carrot
What version of the product are you using? On what operating system?
Latest Version available through stackedit.io and stackoverflow.com
```
Original issue reported on code.google.com by `Kyle...@gmail.com` on 8 Jun 2014 at 11:29
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.