organized icon indicating copy to clipboard operation
organized copied to clipboard

"numbersnumbers..." sometimes appears instead of list number in nested ordered lists

Open jmanuel1 opened this issue 5 years ago • 0 comments

Issue

Example:

1. an item
2. another item
   1. other item

If you press enter at the end of other item, you get:

1. an item
2. another item
   1. other item
numbersnumbers 

with a space after numbernumbers. Similarly, pressing enter at the end of other item in this example:

* heading
  1. an item
  2. another item
     1. other item

gets you:

* heading
  1. an item
  2. another item
     1. other item
numbersnumbersnumbers 

with a trailing space.

Version info

Atom version: 1.49.0 organized version: 0.8.1 Windows 10

jmanuel1 avatar Jul 23 '20 04:07 jmanuel1