Function markdown_to_html_with_plugins

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

Render Markdown to HTML using plugins.

See the documentation of the crate root for an example.