Skip to content

Commit bd7a8d0

Browse files
authored
1 parent cbff55e commit bd7a8d0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pkgs/markdown/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.2.3
2+
3+
* Fix an issue with checkbox list items separated with blank lines (#602).
4+
15
## 7.2.2
26

37
* Fix a crash parsing alert block syntax (#584).

pkgs/markdown/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/markdown/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: markdown
2-
version: 7.2.2
2+
version: 7.2.3
33
description: >-
44
A portable Markdown library written in Dart that can parse Markdown into HTML.
55
repository: https://github.com/dart-lang/markdown

0 commit comments

Comments
 (0)