Expand description

Markdown rendering.

Uses the pulldown_cmark crate with Github-flavored markdown options enabled. Extracts languages used in code blocks for highlighting purposes.

Structs

The output of the rendering process. Includes both the rendered HTML and additional metadata used by its clients.

Encapsulates a markdown file and provides an interface to turn its contents into HTML.