markdown
markdown copied to clipboard
Fix #601: checkbox list separated with blank lines
- Fix #601: INPUT is not placed correctly if the list items are separated by blank lines
- [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:
- See our contributor guide for general expectations for PRs.
- Larger or significant changes should be discussed in an issue before creating a PR.
- Contributions to our repos should follow the Dart style guide and use
dart format
. - Most changes should add an entry to the changelog and may need to rev the pubspec package version.
- Changes to packages require corresponding tests.
Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.
Pull Request Test Coverage Report for Build 9185260930
Details
- 6 of 7 (85.71%) changed or added relevant lines in 1 file are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage decreased (-0.05%) to 96.099%
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
---|---|---|---|
lib/src/block_syntaxes/list_syntax.dart | 6 | 7 | 85.71% |
<!-- | Total: | 6 | 7 |
Totals | |
---|---|
Change from base Build 8991131738: | -0.05% |
Covered Lines: | 1552 |
Relevant Lines: | 1615 |