0 purchases
uzu flavored markdown
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)
copied to clipboard
デプロイ #
CHANGELOG.md を編集
pubspec.yaml を編集
リリースタグを打つ
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.