This question is an exact duplicate of:
This is what I want to do, and is a very common pattern in just about any editor that lets you create numbered lists.
I want to create a list by typing each step on a new line.
step one
step two
step three
I then want to highlight these lines and create a numbered list where each new line is assigned a number. If I highlight all three lines in the editor and click the numbered list button in the toolbar, this is what I get:
- step one step two step three
Is this in any way expected behavior? Would anybody expect that to happen? Does anybody want this to be the normal behavior? I don't think so.