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

Improve BlockquoteSyntax #479

Closed chenzhiguang closed 1 year ago

chenzhiguang commented 1 year ago

Strictly improves the test coverage.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3363147465

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 3363093491: 0.04%
Covered Lines: 1207
Relevant Lines: 1276

💛 - Coveralls
chenzhiguang commented 1 year ago

Rebased

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.

chenzhiguang commented 1 year ago

Rebased

chenzhiguang commented 1 year ago

Benchmark

Before

Screenshot 2022-11-04 at 18 01 48

After

Screenshot 2022-11-04 at 18 29 16