dart-lang / markdown

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

Improve the match pattern of inline html #464

Closed chenzhiguang closed 2 years ago

chenzhiguang commented 2 years ago

This PR has a more accurate match pattern according to the CommonMark specification, it improves the test coverage a little bit.

There are some patterns in patterns.dart file can be private, I will create another PR to fix it.

chenzhiguang commented 2 years ago

Hi @srawlins, how about this one? I have a series of such PRs in progress, which strictly improve the test coverage.

chenzhiguang commented 2 years ago

Cool, thanks!