Testing version: 992
What were you doing:
I was attempting to write an ordered list with multiple paragraphs in each list item.
What feature did you use: CommonMark’s multiple paragraph list creation.
What happened:
I entered “1. This is the first item, first paragraph”, and hit [enter]. The first list item rendered properly indented, and the "2. " header was automatically inserted.
I hit [enter] to cancel the item, and [enter] again to insert a line and create a new paragraph. this unindented the cursor as expected.
I then hit [space] to begin indenting the new paragraph of list item #1. On the first press of [space], the cursor jumped to proper indentation. This was surprising in a way, because CommonMark wants the text to align, making me thing I’d need to hit [space] 3 times (i.e. 1 space for each character of "1. ")
However, when I started typing, the indentation immediately removed itself and I was typing a regular paragraph again.
When I press [space] three times on the line, the first [space] causes the cursor to indent, and then two more spaces appear on the line. Then I can continue typing within the same #1 list item. And when I hit enter at the end of that line, sure enough, the list resumes with the "2. " header being automatically created.
What did you expect to happen:
When I saw the cursor auto indent on the first space, I expected that I would be able to continue the list item immediately (i.e. the first [space] automatically added space characters to align the text behind the scenes).
Alternatively, although it’s less friendly, I am fine with manually typing multiple [space] characters, but I’d like the rendering of the list item to not include the additional spaces, so that all paragraphs within the list item are properly aligned.
(a new list item will be created)