markdown_rich_text 0.2.2
markdown_rich_text: ^0.2.2 copied to clipboard
Extended RichText widget with Markdown and inline HTML support.
0.2.2 #
- Fix bug with extra spacing in unordered lists.
0.2.1 #
- Add a fallback
TextBaselinefor lists when it's missing in aTextStyle.
0.2.0 #
- Add
MarkdownStyleSheet.buildersExtensionfor customInlineSpanbuilders. - Add support for checkboxes in lists (ordered and unordered).
- Refine styling, update some default values.
- Add
MarkdownTableStyle.headVerticalAlignmentandapplyToAllproperties. - Add
MarkdownBlockquoteStyle.shrinkWrapproperty. - Add
MarkdownCodeBlockStyle.shrinkWrapproperty. - Disable dimensions scaling (paddings, spacings, borders).
- Refine existing builders.
- Update documentation.
0.1.4 #
- Tweak ordered list layout algorithm.
- Add
MarkdownListStyle.shrinkWrapproperty.
0.1.3 #
- Fixed ordered list layout issue.
0.1.2 #
- Refined list formatting.
- Upgraded dependencies.
0.1.1 #
- Added tables support.
- Made a code block scrollable.
- Changed images span default alignment.
- Fix whitespaces trimming in Markdown texts.
0.1.0 #
- Added support for Web.
0.0.1 #
- Initial release.