Module builtin_renderers

Module builtin_renderers 

Source
Expand description

Built-in renderers.

The HTML renderer can be found in the mdbook_html crate.

Structsยง

CmdRenderer
A generic renderer which will shell out to an arbitrary executable.
MarkdownRenderer
A renderer to output the Markdown after the preprocessors have run. Mostly useful when debugging preprocessors.