Converts a Markdown string to Plain text by using a System.IO.StringWriter .
public static string ToPlainText(string markdown, MarkdownPipeline? pipeline = null, MarkdownParserContext? context = null)
A Markdown text.
The pipeline used for the conversion.
A parser context used for the parsing.