adam-p / markdown-here

Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
http://markdown-here.com
MIT License
59.62k stars 11.26k forks source link

Ordered sub-list #583

Open walter-clayton opened 5 years ago

walter-clayton commented 5 years ago

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.

lukapercic commented 5 years ago

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

and

baniocarpentercode42 commented 4 years ago

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