mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 06:37:17 +08:00
[flutter_markdown] Fix typo in readme (#5096)
Since HTML is pronounced with an A at the beginning (at least by around [85%](https://english.stackexchange.com/a/23762) of people), it should [probably](https://english.stackexchange.com/a/25746) be spelled `an HTML`.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
## 0.6.18+1
|
||||
|
||||
* Fixes a typo in README.
|
||||
|
||||
## 0.6.18
|
||||
|
||||
* Adds support for `footnote`.
|
||||
|
@ -17,10 +17,10 @@ containing a rich text representation.
|
||||
the Markdown into an abstract syntax tree (AST). The nodes of the AST are an
|
||||
HTML representation of the Markdown data.
|
||||
|
||||
## Flutter Isn't a HTML Renderer
|
||||
## Flutter Isn't an HTML Renderer
|
||||
|
||||
While this approach to creating a rich text representation of Markdown source
|
||||
text in Flutter works well, Flutter isn't a HTML renderer like a web browser.
|
||||
text in Flutter works well, Flutter isn't an HTML renderer like a web browser.
|
||||
Markdown was developed by John Gruber in 2004 to allow users to turn readable,
|
||||
plain text content into rich text HTML. This close association with HTML allows
|
||||
for the injection of HTML into the Markdown source data. Markdown parsers
|
||||
|
@ -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.18
|
||||
version: 0.6.18+1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
Reference in New Issue
Block a user