-
as explored in #1 - we tried using [mdbook](https://github.com/rust-lang/mdBook/) as the nice rust-native markdown book webpage generator for its killer feature: [being able to run doc tests](https://…
clux updated
10 months ago
-
I'm getting `Playground Communication: timeout` on both the practice.rs website as well as my own localhost clone. No further information is provided, and quick googling isn't suggesting anything help…
-
The line numbers output by `mdbook-linkcheck` are off when the document file containers mdbook-includes. (Also) mention the line numbers prior to expansions.
-
Hello.
The quiz segments are not appearing on a locally-built version of this book.
From what I remember, the output of the commands seemed fine, and the book can be accessed just fine from the …
-
### Problem
I think some people are using mdbook as a collection of individual books and don't want to have to manually define all the sub-chapters. Or they don't want each sub-chapter to be on its…
-
```
cargo install mdbook-epub
```
edit book.toml to add the line
```
[output.epub]
```
build book as usual
-
Hello!
I am currently having a bit of a problem regarding this plugin. I have installed the plugin through cargo and added the:
```
[preprocessor.image-size]
command = "mdbook-image-size"
```
…
ld3z updated
3 months ago
-
### What happened?
This is a refined report from #4974. It appears that the problem with my M2 Mac is that something is wrong with the file system in the Dev Container, and that files/directories can…
-
Is there a way to start the server even if some files are incomplete/invalid?
It would be really nice to be able to access the existing documentation even if some non-critical files are missing. It…
-
I need to write documentation for the compiler and for the language (since this code is, right now, the only specification of it!).
[Rustdoc](https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html)…