Skip to content

Releases: DoctorinaAI/md

0.0.8

Choose a tag to compare

@mike-doctorina mike-doctorina released this 09 Oct 14:26
a31de97

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

Choose a tag to compare

@PlugFox PlugFox released this 10 Sep 10:59
b814a4a
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

Choose a tag to compare

@mike-doctorina mike-doctorina released this 02 Sep 10:09
7a26ee6
  • FIXED: Fixed escaping of special characters. [#6]

0.0.5

Choose a tag to compare

@mike-doctorina mike-doctorina released this 16 Jul 08:23
97d36fa
  • FIXED: Fixed parsing url such as [text](https://domain.com/path(with)brackets).

0.0.4

Choose a tag to compare

@mike-doctorina mike-doctorina released this 08 Jul 13:30
afa4234
  • CHANGED: Improved link tap handling.

0.0.3

Choose a tag to compare

@mike-doctorina mike-doctorina released this 20 Jun 12:21
  • FIXED: Links inside lists now work correctly.

0.0.2

Choose a tag to compare

@mike-doctorina mike-doctorina released this 19 Jun 10:45
5d56f14

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.