pub fn markdown_to_commonmark_xml_with_plugins(
md: &str,
options: &Options<'_>,
plugins: &Plugins<'_>,
) -> StringExpand description
Render Markdown to CommonMark XML using plugins. See https://github.com/commonmark/commonmark-spec/blob/master/CommonMark.dtd.