2.0.0 The entire code has been completely redesigned according to the CommonMark Spec 3.0 compared to the 1.x versions. This brings a lot of breaking changes, but also more standardized markdown rendering logic and more robust and scalable code #
- support flutter 3.3
- embedded
scrollable_positioned_list
until it publishes new version
- fix some issues
[1.2.1+1] - expose tocList
and currentToc
properties in TocController
(thanks to @jarekb123). It adds ability to create custom Table of Content widgets
1.2.0 add TextConfig to set TextAlign and TextDirection,solve issue #21 #
1.1.5 add PreWrapper, and HighlightCode can be automatically detected with null language #
1.0.4 Add ImgConfig, Improve code description and online demo #