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 to HTML blocks #512

Closed chenzhiguang closed 1 year ago

chenzhiguang commented 1 year ago
  1. If an HTML block has a parent block, add a leading line ending
  2. If an HTML block is a child of a list, add a trailing line ending.
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4068382883


Totals Coverage Status
Change from base Build 4068178952: 0.005%
Covered Lines: 1385
Relevant Lines: 1442

💛 - Coveralls
chenzhiguang commented 1 year ago

@srawlins Hi Sam, this is a simple one.