markdown-here
markdown-here copied to clipboard
Ordered sub-list
Hey,
The ordered sub-list on the markdown cheatsheet page doesn't work.
It was supposed to come out as 1.
but came out as 2.
i found the fix, its 4 spaces instead of 2, after the number. so;
- abc
- def
and
- abc
- def
with • you can still use only 2 spaces
- abc
- def
and
- abc
- def
I have fixed this in my fork if you want to merge it over: https://github.com/baniocarpentercode42/markdown-here.wiki.git
Instructions on how to merge: https://gist.github.com/larrybotha/10650410