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

Optimise DelimiterSyntax #492

Closed chenzhiguang closed 1 year ago

chenzhiguang commented 1 year ago

Improve code readability and fix an unicode whitespace issue.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3477184694


Files with Coverage Reduction New Missed Lines %
lib/src/inline_syntaxes/delimiter_syntax.dart 1 89.74%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 3475609872: -0.09%
Covered Lines: 1228
Relevant Lines: 1294

💛 - Coveralls
kevmoo commented 1 year ago

@srawlins should look at this again