comrak

Function markdown_to_html_with_plugins

Source
pub fn markdown_to_html_with_plugins(
    md: &str,
    options: &Options,
    plugins: &Plugins<'_>,
) -> String
Expand description

Render Markdown to HTML using plugins.

See the documentation of the crate root for an example.