Function comrak::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.