Skip to content

Commit

Permalink
[flutter_markdown] Remove build status from README.md (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Mar 24, 2022
1 parent 9c93eac commit d8bf76e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.9+1

* Remove build status badge from `README.md`

## 0.6.9

* Leading spaces in a paragraph and in list items are now ignored according to [GFM #192](https://github.github.com/gfm/#example-192) and [GFM #236](https://github.github.com/gfm/#example-236).
Expand Down
3 changes: 1 addition & 2 deletions packages/flutter_markdown/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Flutter Markdown
[![pub package](https://img.shields.io/pub/v/flutter_markdown.svg)](https://pub.dartlang.org/packages/flutter_markdown)
[![Build Status](https://github.com/flutter/flutter_markdown/workflows/flutter_markdown/badge.svg)](https://github.com/flutter/flutter_markdown/actions?workflow=flutter_markdown)
[![pub package](https://img.shields.io/pub/v/flutter_markdown.svg)](https://pub.dartlang.org/packages/flutter_markdown)


A markdown renderer for Flutter. It supports the
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_markdown/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Markdown renderer for Flutter. Create rich text output,
formatted with simple Markdown tags.
repository: https://github.com/flutter/packages/tree/main/packages/flutter_markdown
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_markdown%22
version: 0.6.9
version: 0.6.9+1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit d8bf76e

Please sign in to comment.