1.5.0 (2026-01-13)
- Adds alert blocks and code copy feature (c0dbb77)
- added full theming support (a07011c)
1.4.0 (2026-01-10)
- resolve issue with dark mode text colors and update sample (93fa2c9)
- added dark mode support for some backgrounds and text and update sample app (68f695c)
1.3.18 (2025-12-08)
- removed emoji support of markdig (d3ad951)
1.3.17 (2025-11-28)
- updated sample (2bc84f3)
1.3.16 (2025-11-17)
- introduced now properties for default image size (55ea588)
1.3.15 (2025-11-17)
- horizontal / vertical image options and spacing issue (a34be4a)
1.3.14 (2025-11-11)
- Updates dependencies (49cb392)
1.3.13 (2025-09-11)
- replace Unicode replacement character with proper bullet for unordered lists (4a9025e)
1.3.12 (2025-08-03)
1.3.11 (2025-08-03)
- Adds image sizing support to MarkdownView (ea6a346)
- correctly handle data URL images in LoadImageAsync method (620ad74)
1.3.10 (2025-07-30)
- Updates Maui dependencies and target versions (252fb21)
1.3.9 (2025-06-30)
- Updates Maui and Markdig package versions (32bb3f7)
1.3.8 (2025-06-11)
1.3.7 (2025-06-03)
- Updates package versions (ad4544c)
1.3.6 (2025-05-21)
- Improves table and list rendering in MarkdownView (1974a63)
1.3.5 (2025-05-10)
- Table and list rendering issues (f5654a2)
1.3.4 (2025-05-02)
- Improves text wrapping in Markdown view (cfdc533)
1.3.3 (2025-04-17)
- refactored to use Markdig Parser (5a12bfb)
1.3.2 (2025-03-09)
- migration to skiasharp 3.x (f17541f)
1.3.1 (2025-03-03)
- Index out of range exception in tables (9e02abc)
1.3.0 (2025-02-14)
- migrated to .net 9 (bcf6ef8)
1.2.1 (2025-01-28)
1.2.0 (2025-01-07)
- Add intended code line in code block. Since the lines are trimmed when adding to code block, this will make the added line more formatted or indented inside the code block. (44e0641)