uzu_flavored_markdown 0.0.22 uzu_flavored_markdown: ^0.0.22 copied to clipboard
A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.
Flutter Markdown #
A markdown renderer for Flutter. It supports the original format, but no inline HTML.
Overview #
The uzu_flavored_markdown
package
renders Uzu flavored Markdown, a lightweight markup language, into a Flutter widget
containing a rich text representation.
uzu_flavored_markdown
is built on top of the Dart
markdown
package, which parses
the Markdown into an abstract syntax tree (AST). The nodes of the AST are an
HTML representation of the Markdown data.
This package was forked from flutter_markdown.
Uzu Flavored Markdown #
色をつけたりできます。
使い方 #
UzuMd(body)
デプロイ #
CHANGELOG.md
を編集pubspec.yaml
を編集- リリースタグを打つ