diff --git a/Cargo.toml b/Cargo.toml index 083f688c..e46e08d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ blitz-net = { path = "./packages/blitz-net" } blitz-traits = { path = "./packages/blitz-traits" } blitz-renderer-vello = { path = "./packages/blitz-renderer-vello" } dioxus-blitz = { path = "./packages/dioxus-blitz", features = ["tracing"] } -comrak = { git = "https://github.com/nicoburns/comrak", branch = "tasklist-class", default-features = false, features = ["syntect"] } +comrak = { git = "https://github.com/kivikakk/comrak", rev = "96a64d1befcaa8715098bf617e836c2ef70cb692", default-features = false, features = ["syntect"] } png = { version = "0.17" } dioxus = { workspace = true } euclid = { version = "0.22", features = ["serde"] } diff --git a/examples/markdown.rs b/examples/markdown.rs index ebe1f933..e9466204 100644 --- a/examples/markdown.rs +++ b/examples/markdown.rs @@ -50,6 +50,7 @@ fn main() { .unwrap(), render: RenderOptionsBuilder::default() .unsafe_(true) + .tasklist_classes(true) .build() .unwrap(), ..Default::default()