-
Mermaid diagram is failing on mdbook search.
## How to reproduce:
Search anything on mdbook that matches the texts inside mermaid diagram. It fails with said message.
![Screenshot 2024-03-29 …
-
Finding this list, I was surprised to only find `awesome` mdbooks. My expectation would have been, that we also find useful preprocessors used in the wild.
- Some can be found via https://github.co…
-
I'm adding support for translations to https://github.com/google/comprehensive-rust/ — via the code I posted in #1864. My plan is to do this via a renderer and a preprocessor:
* a `mdbook-gettext` …
-
mdBook will break some links, for example:
```
[`if`]
[`if`]: test-link
[`Arc`][arc]
[arc]: test-link
```
above links will break...
-
I'd like to add an extra check after the command has been run to ensure that it exited with a non-zero status.
(Context: it took me a long time to figure out I was just mis-spelling an option to th…
-
https://github.com/peaceiris/docker-mdbook/blob/8ab40d460bf72d20067f4662d1b145e37c798098/Dockerfile#L3
https://github.com/peaceiris/docker-mdbook/blob/8ab40d460bf72d20067f4662d1b145e37c798098/Makef…
-
See https://github.com/rust-lang/mdBook/wiki/Automated-Deployment as the latest solution.
Here is one example integrated with mdbook-theme: https://github.com/zjp-CN/os-notes/blob/main/.github/work…
-
hi, @mattsse ,
With plugin '**mdbook-i18n**', we could easily support additional languages. And I tried it today and result is as belows:
repo: https://github.com/coldstar1993/foundry-book-in-chin…
-
**Pipeline Improvement**
- Track state of mdbook folder (if someone change somethings in this folder)
- Automate Github Action to use `mdbook build -d ../docs` for building markup document to [levis…
-
mdBook is a template for creating documentation in markdown. It is mainly used for rust projects, but the template just like markdown itself is language agnostic, it's just a markup language. Start cr…