Function comrak::markdown_to_html_with_plugins[][src]

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

Render Markdown to HTML using plugins.

See the documentation of the crate root for an example.