Does this happen to other people? Does it bother other people?
The issue is that when I add lines or delete lines in the middle of a numbered list, the numbers in the editor pane are different than the viewer pane. For example, something like this (I apologize for not making the outline look right; there are two sub-points under the third point.)
Editor vs. Viewer
#1. 1.
#2. 2.
#4. 3.
2. 1.
3. 2.
#5. 4.
The viewer pane gives the correct "output", but it bothers me to see skipped numbers in the editor pane.
Questions:
- Is there something I'm doing wrong? Should I be using numbered lists differently somehow or change a setting somewhere? Or is this just how markdown works?
- Is there a quick way to correct the editor pane so that it looks the same as the viewer pane?
I know that I can use # to make it an outline and avoid this problem, but sometimes, all I need is a simple numbered list. I use multi-level numbered lists pretty often, so I don't like to waste time fixing this kind of cosmetic inelegance.