[][src]Module quickmd::markdown

Markdown rendering.

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

Structs

RenderedContent

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

Renderer

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