feat: add ability to preview markdown

This commit is contained in:
Stevan Freeborn
2026-01-21 07:12:20 -06:00
parent 9386fb38fd
commit 55bdbafce2
3 changed files with 320 additions and 15 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
iced = { version = "0.14.0", features = ["image"] }
iced = { version = "0.14.0", features = ["image", "markdown", "highlighter"] }
rfd = "0.17.1"
uuid = { version = "1.19.0", features = ["v4"] }