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