dart-lang / markdown

A Dart markdown library
https://pub.dev/packages/markdown
BSD 3-Clause "New" or "Revised" License
440 stars 200 forks source link

Fix #578: check list mixed with empty content #581

Closed tomyeh closed 4 months ago

tomyeh commented 5 months ago

Fix #578

Cause: taskListItemState not reset if the content is empty.

Alternatively, we can always call parseTaskListItem (instead of resetting taskListItemState)

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 7797221391


Totals Coverage Status
Change from base Build 7735606505: 0.0%
Covered Lines: 1542
Relevant Lines: 1604

💛 - Coveralls