Skip to content

Commit

Permalink
Use comrak main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Oct 15, 2024
1 parent df83439 commit d134e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
1 change: 1 addition & 0 deletions examples/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fn main() {
.unwrap(),
render: RenderOptionsBuilder::default()
.unsafe_(true)
.tasklist_classes(true)
.build()
.unwrap(),
..Default::default()
Expand Down

0 comments on commit d134e4f

Please sign in to comment.