rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
17.84k stars 1.62k forks source link

Revert update to pulldown-cmark 0.11 #2386

Closed ehuss closed 4 months ago

ehuss commented 4 months ago

This reverts commit https://github.com/rust-lang/mdBook/commit/8884008b4d10381316288badd588227da80f5820, (https://github.com/rust-lang/mdBook/pull/2381) reversing changes made to https://github.com/rust-lang/mdBook/commit/3d6caa504f883f646eb98869eeb63e59b3fa7aa6.

The pulldown_cmark types are a public API, which I did not realize.

See #2387.