atom-community / markdown-preview-plus

Markdown Preview + Community Features
https://atom.io/packages/markdown-preview-plus
Other
370 stars 85 forks source link

preview doesn't handle 4 space tabs for lists #462

Closed shortorian closed 5 years ago

shortorian commented 5 years ago

With package version 3.9.3 on windows 10, if the markdown code has a list indented with 4 or more spaces then the preview doesn't show a list (list marker and text will be inline with text above). Indenting a list with 1-3 spaces in the markdown code results in a list as expected in the preview.

lierdakil commented 5 years ago

This is consistent with Example 208 of the CommonMark spec. Not a bug.

shortorian commented 5 years ago

Got it, was looking at the wrong syntax standard. Sorry!

lierdakil commented 5 years ago

Actually, wrong example there. The one I should've linked is Example 282.