Converts a Markdown document to HTML.
public static void ToHtml(this MarkdownDocument document, TextWriter writer, MarkdownPipeline? pipeline = null)
A Markdown document.
The destination TextWriter that will receive the result of the conversion.
The pipeline used for the conversion.