[][src]Module mdbook::renderer

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
MarkdownRenderer

A renderer to output the Markdown after the preprocessors have run. Mostly useful when debugging preprocessors.

RenderContext

The context provided to all renderers.

Traits

Renderer

An arbitrary mdbook backend.