Skip to content

Commit

Permalink
infra: use new version of pulldown-cmark-to-cmark
Browse files Browse the repository at this point in the history
This fixes escaping of `|` in a table. Bonus trivia: comment formatting
in the Cargo.toml for `mdbook_trpl`.
  • Loading branch information
chriskrycho committed Dec 5, 2024
1 parent d3e579a commit 26c3ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/mdbook_trpl/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/mdbook_trpl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ path = "src/bin/figure.rs"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
html_parser = "0.7.0"
mdbook = { version = "0.4", default-features = false } # only need the library
mdbook = { version = "0.4", default-features = false } # only need the library
pulldown-cmark = { version = "0.12", features = ["simd"] }
pulldown-cmark-to-cmark = "18"
pulldown-cmark-to-cmark = "19"
serde_json = "1"
thiserror = "1.0.60"
toml = "0.8.12"
Expand Down

0 comments on commit 26c3ebb

Please sign in to comment.