Skip to content

Commit

Permalink
fix: list items should be after block
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Apr 24, 2022
1 parent df19b74 commit e353ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mldoc_parser.ml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ let parsers config =
; Type_parser.Heading.parse config
; Table.parse config
; Latex_env.parse config
; Type_parser.Lists.parse config (list_content_parsers config)
; Type_parser.Block.parse config
; Footnote.parse config
; Type_parser.Lists.parse config (list_content_parsers config)
; Hr.parse config
; Type_parser.Block.results
; Footnote.parse config
; Comment.parse config
; Paragraph.parse
]
Expand Down

0 comments on commit e353ea9

Please sign in to comment.