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 line endings before HTML blocks when they are preceded by blocks. #508

Closed chenzhiguang closed 1 year ago

chenzhiguang commented 1 year ago

Now it is 100% GFM!

Benchmarks

Before

Screenshot 2023-01-30 at 17 52 05

After

Screenshot 2023-01-30 at 17 50 38

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4045859439


Totals Coverage Status
Change from base Build 4038688727: 0.01%
Covered Lines: 1379
Relevant Lines: 1436

💛 - Coveralls
kevmoo commented 1 year ago

How's performance?

chenzhiguang commented 1 year ago

Performance has no change. I have just added the benchmarks in description.

kevmoo commented 1 year ago

Ready for you @srawlins – then we can publish?

chenzhiguang commented 1 year ago

Awesome!