Converts a Markdown string using a custom IMarkdownRenderer.
public static object Convert(string markdown, IMarkdownRenderer renderer, MarkdownPipeline? pipeline = null, MarkdownParserContext? context = null)
A Markdown text.
The renderer to convert Markdown to.
The pipeline used for the conversion.
A parser context used for the parsing.