Update to mdbook 0.5 #61

Merged
badboy merged 3 commits from mdbook-0.5 into main 2025-11-18 09:39:12 +00:00
badboy commented 2025-10-25 11:26:20 +00:00 (Migrated from github.com)

v0.5 is not stable yet, so we're testing against v0.5.0-alpha.1.
Will merge this once there's a stable release.

Fixes #60

v0.5 is not stable yet, so we're testing against [v0.5.0-alpha.1](https://github.com/rust-lang/mdBook/releases/tag/v0.5.0-alpha.1). Will merge this once there's a stable release. Fixes #60
fence-sitter (Migrated from github.com) reviewed 2025-11-18 03:14:12 +00:00
@ -9,7 +9,7 @@ repository = "https://github.com/badboy/mdbook-mermaid"
edition = "2018"
fence-sitter (Migrated from github.com) commented 2025-11-18 03:14:12 +00:00

Note that mdbook-preprocessor does not have any features, default or otherwise (see Cargo.toml or docs.rs). Some people choose to pro-actively set default-features = false however.

mdbook-preprocessor = "0.5.0"
Note that `mdbook-preprocessor` does not have any features, default or otherwise (see [Cargo.toml](https://github.com/rust-lang/mdBook/blob/master/crates/mdbook-preprocessor/Cargo.toml) or [docs.rs](https://docs.rs/crate/mdbook-preprocessor/latest/features)). Some people choose to pro-actively set `default-features = false` however. ```suggestion mdbook-preprocessor = "0.5.0" ```
fence-sitter (Migrated from github.com) reviewed 2025-11-18 03:14:45 +00:00
@ -9,7 +9,7 @@ repository = "https://github.com/badboy/mdbook-mermaid"
edition = "2018"
fence-sitter (Migrated from github.com) commented 2025-11-18 03:14:45 +00:00

Oh also, mdbook v0.5.0 has just been released!

Oh also, [`mdbook v0.5.0`](https://github.com/rust-lang/mdBook/releases/tag/v0.5.0) has just been released!
orhun commented 2025-11-18 09:25:43 +00:00 (Migrated from github.com)

Would be nice to get this merged soon! Our workflow is currently failing due to:

 INFO Book building has started
Unable to parse the input
 WARN Error writing the RenderContext to the backend, Broken pipe (os error 32)
ERROR The "mermaid" preprocessor exited unsuccessfully with exit status: 1 status

Which is probably due to version incompatibility.

Would be nice to get this merged soon! Our workflow is currently failing due to: ``` INFO Book building has started Unable to parse the input WARN Error writing the RenderContext to the backend, Broken pipe (os error 32) ERROR The "mermaid" preprocessor exited unsuccessfully with exit status: 1 status ``` Which is probably due to version incompatibility.
matm commented 2025-11-19 22:30:15 +00:00 (Migrated from github.com)

Thanks for the quick preprocessor update @badboy 💪

Thanks for the quick preprocessor update @badboy :muscle:
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jer/mdbook-mermaid!61
No description provided.