dart-lang / markdown

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

Add SoftLineBreakSyntax #473

Closed chenzhiguang closed 1 year ago

chenzhiguang commented 1 year ago

To strictly improve the test coverage

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3391520304

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 3391459645: 0.02%
Covered Lines: 1202
Relevant Lines: 1271

💛 - Coveralls
kevmoo commented 1 year ago

@chenzhiguang – please rebase on master – we now have flutter_markdown validation in place

If there are breaks there, we'll have to dig to see what's expected/intended.