mirror of
https://github.com/rust-lang/book.git
synced 2026-05-17 10:50:50 -04:00
Preprocessors using `pulldown-cmark-to-cmark` do not yet perform round trips 100% correctly, and insert leading spaces and an extra initial `>` for block quotes, so strip those. Once that is fixed upstream, this will become a no-op, and can be removed then.