Skip to content

Commit d62904b

Browse files
committed
revert pulldown-cmark from 0.12.2 to 0.10.0 (sigh)
1 parent a3fc58b commit d62904b

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [".", "examples/remove-emphasis/mdbook-remove-emphasis", "guide"]
55
anyhow = "1.0.71"
66
clap = { version = "4.3.12", features = ["cargo", "wrap_help"] }
77
mdbook = { path = "." }
8-
pulldown-cmark = { version = "0.12.2", default-features = false, features = [
8+
pulldown-cmark = { version = "0.10.0", default-features = false, features = [
99
"html",
1010
] } # Do not update, part of the public api.
1111
serde = { version = "1.0.163", features = ["derive"] }
@@ -49,7 +49,7 @@ serde.workspace = true
4949
serde_json.workspace = true
5050
shlex = "1.3.0"
5151
tempfile = "3.4.0"
52-
toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/2037
52+
toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/2037
5353
topological-sort = "0.2.2"
5454

5555
# Watch feature

src/renderer/html_handlebars/search.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ fn render_item(
206206
body.push_str(&format!(" [{number}] "));
207207
}
208208
Event::TaskListMarker(_checked) => {}
209-
Event::InlineMath(_) | Event::DisplayMath(_) => {}
210209
}
211210
}
212211

0 commit comments

Comments
 (0)