pub 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.