Skip to content

Commit 6f1e2b7

Browse files
committed
upgrade comrak
1 parent a1ed14d commit 6f1e2b7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ anyhow = { version = "1.0.42", features = ["backtrace"]}
4444
backtrace = "0.3.61"
4545
failure = "0.1.8"
4646
thiserror = "1.0.26"
47-
comrak = { version = "0.15.0", default-features = false }
47+
comrak = { version = "0.16.0", default-features = false }
4848
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
4949
toml = "0.5"
5050
schemamama = "0.3"

src/web/markdown.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fn render_with_highlighter(
6868
&ComrakPlugins {
6969
render: ComrakRenderPlugins {
7070
codefence_syntax_highlighter: Some(&CodeAdapter(highlighter)),
71+
..Default::default()
7172
},
7273
},
7374
)

0 commit comments

Comments
 (0)