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
# Install mdbook v0.4.52 (required for mdbook-embedify compatibility)
17
+
cargo install mdbook --version 0.4.52
17
18
```
18
19
19
20
Install required preprocessors:
20
21
21
22
```sh
22
-
# Install mdbook-mermaid for Mermaid diagram support
23
-
cargo install mdbook-mermaid
23
+
# Install mdbook-mermaid v0.10.0 (compatible with mdbook 0.4.52)
24
+
cargo install mdbook-mermaid --version 0.10.0
24
25
25
26
# Install mdbook-embedify for embedding external content
26
27
cargo install mdbook-embedify
27
28
```
28
29
30
+
**Note:** These specific versions are required for compatibility. mdbook-embedify 0.2.18 is not compatible with mdbook 0.5.x, so we use mdbook 0.4.52 and a compatible version of mdbook-mermaid.
0 commit comments