DEV Community

Discussion on: Markdown Cheatsheet for developers

Collapse
 
thejaredwilcurt profile image
The Jared Wilcurt

This really needs to show how you put a code block in a list without the list numbers starting over on the next item. Every markdown editor does it differently and it's annoying to trial and error without a live preview

  1. Step 1 - npm install
  2. Step 2 - Add this code
console.log('some code');
Enter fullscreen mode Exit fullscreen mode
  1. Step 3 - etc
  2. Step 4 - etc
  3. Step 5...
Collapse
 
rattanakchea profile image
Rattanak Chea

I see what you mean. I use an app called Typora for WYSWYG