mdBook icon indicating copy to clipboard operation
mdBook copied to clipboard

Create book from markdown files. Like Gitbook but implemented in Rust

Results 293 mdBook issues
Sort by recently updated
recently updated
newest added

Better resolution to #1396. The previous resolution to #1396 (#1399) provides better context when reporting the error but didn't resolve the issue because the mdBok build still fails if there...

S-waiting-on-author

mdbook listen on `localhost` and `[::1]` by default but why not listen on `127.1` (`127.0.0.1`) too so `127.1:3000` and `127.0.0.1:3000` works in the browser?

Command-serve

This adds a few lines on how a custom version of `highlight.js` can be obtained and made available to `mdbook`. With that information available, all issues about adding support for...

https://github.com/rust-lang/mdBook/blob/41a6f0d43e1a2d9543877eacb4cd2a017f9fe8da/src/theme/index.hbs#L213 I was navigating through some books with short pages like https://google.github.io/comprehensive-rust/control-flow/break-continue.html, was trying to go through pages and pages through next button `]]` using vimium extension, I find it...

Inline code blocks in headers are rendered with a black background on Safari and Chrome. This does not seem to affect Firefox. Chrome: Safari: Firefox:

A-Style
E-Help-wanted
A-Print

If I have an API of the form `MyType::my_special_func` in a book, searching for `my_special_func` does not return any matches. I must search for `MyType::my_special_func` instead. It seems like `::`...

I ran into a hang issue when running 'mdbook serve', where after touching any .md source file, the mdbook process will spin 100% CPU. I think I have diagnosed it...

While updating the new Cargo manual and preparing it for a release, I realized one big part of the work I was doing was to make sure the internal links...

A-Tests

Addresses https://github.com/rust-lang/mdBook/issues/1969. This is intended to allow the user to browse the documents with the same convenience as `mdbook build --open`, but without building a book redundantly when it's already...

When I run `mdbook build --open`, then it lets me browse the documentation without having to keep the terminal busy/occupied. Just browse the docs and keep doing other stuff in...