aboutsummaryrefslogtreecommitdiff
path: root/document_parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'document_parser.go')
-rw-r--r--document_parser.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/document_parser.go b/document_parser.go
index 3ccfa0f..db2dec1 100644
--- a/document_parser.go
+++ b/document_parser.go
@@ -841,8 +841,6 @@ func (docp *documentParser) parseListBlock() (el *element, line []byte) {
lineKindEmpty,
[]int{
lineKindListContinue,
- elKindListOrderedItem,
- elKindListUnorderedItem,
elKindListDescriptionItem,
})
el.postParseParagraph(nil)