- The number to the left shows up as a "1." even though I typed in "364." Very annoying.
|
|
||||
|
|
...but by design. From Markdown Editing Help: A numbered <ol> list: 1. Numbered lists are easy 2. Markdown keeps track of the numbers for you 7. So this will be item 3. As a workaround type a backslash before the dot: 364\. This won't become a list. (But hence it won't indent nicely either.
No matter if you try to indent yourself. It won't indent nicely.)
364. This won't become a list. (But hence it won't indent nicely either. No matter if you try to indent yourself. It won't indent nicely.) |
|||||||||||||||||
|
|
The other alternative is to do lists in a format Markdown doesn't understand 1) Like 2) This 3) List But as previously noted, you won't get proper list indentation. This actually has some advantages when it comes to code blocks being mixed in with lists.. |
|||
|
|
