Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 7.1.2-wip

## 7.1.1

* Fix delimiter row matching pattern for tables.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: markdown
version: 7.1.1
version: 7.1.2-wip

description: >-
A portable Markdown library written in Dart that can parse Markdown into HTML.
Expand All @@ -24,7 +24,7 @@ dev_dependencies:
collection: ^1.15.0
dart_flutter_team_lints: ^1.0.0
html: ^0.15.0
http: ^0.13.5
http: '>=0.13.5 <2.0.0'
io: ^1.0.0
js: ^0.6.3
path: ^1.8.0
Expand Down