Add a test case showing only paragraphs exist on the first line for plain lists.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Seems like the only element that can exist on the same line as the opening of an item is a paragraph. Perhaps all other elements should have a start of line matcher at the beginning of their parser to force this?
|
||||
@@ -0,0 +1,4 @@
|
||||
1. regular
|
||||
1. nested list
|
||||
2. 1. Sameline
|
||||
3. | table|
|
||||
Reference in New Issue
Block a user