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
18.4k stars 1.65k forks source link

Maybe a typo in preprocessors.md #2373

Closed TGITS closed 6 months ago

TGITS commented 6 months ago

It seems to me there is a small typo in the file preprocessors.md

Dylan-DPC commented 6 months ago

Thanks for the pr :)

ehuss commented 6 months ago

I do not believe this is a typo. Custom preprocessors must start with the mdbook- prefix. This is explained in https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html#provide-your-own-command. @Dylan-DPC can you please revert this?

Dylan-DPC commented 6 months ago

Ah oops missed that part, my bad :D