careteditor / issues

Caret issues
https://caret.io
326 stars 12 forks source link

New line does not continue list if previous line ends in a number #896

Open PistachioCake opened 4 years ago

PistachioCake commented 4 years ago

To reproduce:

  1. Open a new tab
  2. Type in * 1 to create an unordered list
  3. Press enter to create a new line

Notice: the new line does not begin with a * as expected. If the previous line does not end in a number, this works as expected.

astoilkov commented 4 years ago

I replicated the problem. Thanks for the report!