[][src]Crate termbook

Re-exports

pub extern crate mdbook;

Structs

Playback

A renderer simulating someone typing the books markdown with colors into the current terminal.

Rewrite

An implementation of a renderer which writes all preprocessed markdown files.

RunCodeBlocks

A preprocessor which runs specifically tagged codeblocks.

Functions

load

Open and load an mdbook at the given directory. The RunCodeBlocks preprocessor will be added to it.