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.
- Markdown
Renderer - A renderer to output the Markdown after the preprocessors have run. Mostly useful when debugging preprocessors.