Provides methods for parsing a Markdown string to a syntax tree and converting it to other formats.
public static class Markdown
kind:method, kind:property, kind:ctor. Press Esc to clear.VersionGets or sets the version.Convert(String, IMarkdownRenderer, MarkdownPipeline?, MarkdownParserContext?)Converts a Markdown string using a custom IMarkdownRenderer.Normalize(String, NormalizeOptions?, MarkdownPipeline?, MarkdownParserContext?)Normalizes the specified markdown to a normalized markdown text.Normalize(String, TextWriter, NormalizeOptions?, MarkdownPipeline?, MarkdownParserContext?)Normalizes the specified markdown to a normalized markdown text.Parse(String, MarkdownPipeline?, MarkdownParserContext?)Parses the specified markdown into an AST MarkdownDocumentParse(String, Boolean)Parses the specified markdown into an AST MarkdownDocumentToHtml(MarkdownDocument, MarkdownPipeline?)Converts a Markdown document to HTML.ToHtml(MarkdownDocument, TextWriter, MarkdownPipeline?)Converts a Markdown document to HTML.ToHtml(String, MarkdownPipeline?, MarkdownParserContext?)Converts a Markdown string to HTML.ToHtml(String, TextWriter, MarkdownPipeline?, MarkdownParserContext?)Converts a Markdown string to HTML and output to the specified writer.ToPlainText(String, MarkdownPipeline?, MarkdownParserContext?)Converts a Markdown string to Plain text by using a System.IO.StringWriter .ToPlainText(String, TextWriter, MarkdownPipeline?, MarkdownParserContext?)Converts a Markdown string to Plain text and output to the specified writer.