Releases: DoctorinaAI/md
Releases · DoctorinaAI/md
Release list
0.0.8
What's Changed
- Invalidate and relayout render object after system fonts changed by @mike-doctorina in #17
- New table render by @dened in #15
Full Changelog: 0.0.7...0.0.8
0.0.7
V 0.0.7 (#13) * feat: support theming * feat: add divider color to MarkdownThemeData and update BlockPainter$Quote * fix: Inline code incorrectly parses inner markdown syntax (#10) * fix: No indentation after line breaks within list item (#4) * chore: update version to 0.0.7 and enhance changelog with recent fixes and features
0.0.6
- FIXED: Fixed escaping of special characters. [#6]
0.0.5
- FIXED: Fixed parsing url such as
[text](https://domain.com/path(with)brackets).
0.0.4
0.0.3
- FIXED: Links inside lists now work correctly.
0.0.2
ADDED: All field in MarkdownThemeData() are now optional.
ADDED: MarkdownThemeData{}.headingStyleFor method to customize heading styles.
FIXED: Remove clipping for canvas. Fixes one line text trim at browsers.
FIXED: Correctly apply styles to text in blocks.