-
-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Description
10000. ok
1. ok
should give a list with two items, but it does not.
Similarly
10. hi
11. there
The trigger is a four space indent. See this topic.
Diagnosis: In lib/blocks.js, around lines 384-399, the parser assumes that if a line is indented 4 or more spaces but it's not a code block (because it would be interrupting a paragraph), then it's a lazy paragraph continuation. That assumption is wrong, because it might be a list item.
Metadata
Metadata
Assignees
Labels
No labels