Module mdbook::renderer [] [src]

mdbook's low level rendering interface.

Note

You usually don't need to work with this module directly. If you want to implement your own backend, then check out the For Developers section of the user guide.

The definition for RenderContext may be useful though.

Structs

CmdRenderer

A generic renderer which will shell out to an arbitrary executable.

HtmlHandlebars
RenderContext

The context provided to all renderers.

Traits

Renderer

An arbitrary mdbook backend.