Closed chinanf-boy closed 5 years ago
@chinanf-boy are you still facing this issue?
@Dylan-DPC I try, still not working
cargo install mdbook --force
update to v0.2.3#...
[build]
build-dir = "docs"
create-missing = true
# use-default-preprocessors = false
preprocess = [] # fit the docs
# ...
mdbook serve --open
still render the code {{# playpen}}
and {{# include}}
and README.md => index.md changed
No, not Working.
preprocess = ["index"]
as same as aboveIs it the Fix of this in Dev(or master) Branch ? Shall i build mdBook crate on the Source Code.
Will be fix in the Next release ?
1. mdbook doc site say
That preprocess can handle the preprocess
But,
preprocess = ["links"]
no working2. src/config.rs about
BuildConfig
even without field of preprocess ->ref3. Solve
With
[preprocessor.***]
I found the key:preprocessor in src/book/mod.rs :: determine_preprocessors
Is that Docs wrong ?