jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Code blocks inside lists not requiring the proper minimum spacing #45

Open rcdailey opened 8 years ago

rcdailey commented 8 years ago

Example:

* This is a list item.

      // This is a 6-space indented code block

This renders as a code block in your tool, however Github requires a minimum of 8 spaces for code blocks to be nested in a list item.