You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if summary preprocessing is enabled, we essentially re-parse the entire mdbook when we're invoked. This discards the results of any preprocessors that run before us, which means we effectively need to be the first preprocessor that runs.
Ideally mdbook would provide an interface by which we could evaluate all of SUMMARY.md as a template before it gets used by the rest of the mdbook machinery. This requires changes within mdbook itself: rust-lang/mdBook#2466
The text was updated successfully, but these errors were encountered:
ssanderson
changed the title
Limited Support for SUMMARY.md Preprocessing
DpmSUMMARY.md Preprocessing
Nov 9, 2024
ssanderson
changed the title
DpmSUMMARY.md Preprocessing
Must Run as First Preprocessor when Summary Preprocessing is Enabled
Nov 9, 2024
Currently, if summary preprocessing is enabled, we essentially re-parse the entire mdbook when we're invoked. This discards the results of any preprocessors that run before us, which means we effectively need to be the first preprocessor that runs.
Ideally mdbook would provide an interface by which we could evaluate all of SUMMARY.md as a template before it gets used by the rest of the mdbook machinery. This requires changes within mdbook itself: rust-lang/mdBook#2466
The text was updated successfully, but these errors were encountered: