Skip to content

Commit

Permalink
Merge pull request #3975 from rust-lang/chriskrycho/improved-listings…
Browse files Browse the repository at this point in the history
…-support

Improve handling of `<Listing>`s
  • Loading branch information
chriskrycho authored Jul 16, 2024
2 parents 67fa536 + 7bd97c9 commit 9c974f1
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 521 deletions.
23 changes: 16 additions & 7 deletions packages/mdbook-trpl-listing/Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/mdbook-trpl-listing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"

[dependencies]
clap = { version = "4", features = ["derive"] }
html_parser = "0.7.0"
mdbook = { version = "0.4", default-features = false } # only need the library
pulldown-cmark = { version = "0.10", features = ["simd"] }
pulldown-cmark-to-cmark = "13"
serde_json = "1"
thiserror = "1.0.60"
toml = "0.8.12"
xmlparser = "0.13.6"

[dev-dependencies]
assert_cmd = "2"
Loading

0 comments on commit 9c974f1

Please sign in to comment.