markdown-here icon indicating copy to clipboard operation
markdown-here copied to clipboard

Ordered sub-list

Open walter-clayton opened this issue 5 years ago • 2 comments

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.

walter-clayton avatar Sep 24 '19 13:09 walter-clayton

i found the fix, its 4 spaces instead of 2, after the number. so;

  1. abc
    1. def

and

  1. abc
    • def

with • you can still use only 2 spaces

  • abc
    • def

and

  • abc
    1. def

lukapercic avatar Oct 17 '19 14:10 lukapercic

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

baniocarpentercode42 avatar Jan 30 '20 17:01 baniocarpentercode42