You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 8 Jun 2014 at 11:29
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Jun 2014 at 11:29The text was updated successfully, but these errors were encountered: