teh-cmc / mdbook-singlepage

Single-markdown-page backend for Rust's mdBook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdbook-singlepage

This is a simple backend for Rust's mdBook that spits out a single markdown page.

It is tailored to my very specific needs, most likely full of bugs, and makes ridiculous assumptions about the book's titling semantics and overall organization. But, hey, it exists.

See Asynchronous Rust from the bottom up for an example of a rendered book.

Usage

Install mdbook-singlepage in your PATH:

cargo install mdbook-singlepage

Then add the following to your book.toml to enable the backend:

[output.singlepage]

That's it.
You'll find a minimal working example here.

About

Single-markdown-page backend for Rust's mdBook.


Languages

Language:Rust 100.0%