-
It would be nice if spaces are preserved as is in inline code. For example, the line below in GitHub
```
Spacing in inline code `printf 'apple banana\n'`
```
will be rendered as shown below…
-
This might not be a bug. But I find it weird.
![screenshot](https://github.com/tommilligan/mdbook-admonish/assets/67633081/b6ac08b4-b4a2-48ea-a024-32c6e7037206)
I have created a book based off o…
-
If you have `.*` in `.gitignore`, intending to make git and/or mdbook ignore dotted files, mdbook watch/serve will ignore everything. I suspect mdbook's parsing of .gitignore is not fully git complian…
-
This crate has en example [build script](https://github.com/japaric/cautious-octo-funicular/blob/v0.1.5/build.rs) that puts the mdbook in the `target/doc` directory.
[The rendered API docs](htt…
-
Either use mdbook (https://github.com/rust-lang-nursery/mdBook) as my documentation, or github wiki.
-
A fourth section could be appended to the current structure which would include the reference documentation for select crates such as is found here: [crossbeam docs](https://docs.rs/crossbeam/latest/c…
-
I have the following content in a `.md` file that produces the expected result:
~~~markdown
```rust
{{#include main_with_anchor.rs:justthis}}
```
~~~
If I try to use `{{#playground}}` instead:
…
-
`mdbook build -d ./my_out_dir guide` generates the book in `guide/my_out_dir` and not in the expected `my_out_dir`. `mdbook build -d /tmp/out_dir guide` otherwise doesn't build the book in `guide/tmp/…
-
I got following errors when building my project with the library:
```
> [builder 2/4] RUN cargo chef cook --release --recipe-path recipe.json:
174.2 Caused by:
174.2 process didn't exit succe…
-
**TODO** まだ書きかけです。
- 手順の概要
1. GH Issueで手を上げる(アサインしてもらう)
2. PRをオープンする
3. ...
- 対訳表について
- mdbook-transcheckについて
- mdBookのバージョンについて
- CIについて(特にartifactsページ)