Converts a Markdown string to Plain text and output to the specified writer.
public static MarkdownDocument ToPlainText(string markdown, TextWriter writer, MarkdownPipeline? pipeline = null, MarkdownParserContext? context = null)
A Markdown text.
The destination TextWriter that will receive the result of the conversion.
The pipeline used for the conversion.
A parser context used for the parsing.