Methods
-
Convert(String,
IMarkdown static Converts a Markdown string using a custom IMarkdownRenderer.Renderer, Markdown Pipeline, Markdown Parser Context) -
Normalize(String,
Normalize static Normalizes the specified markdown to a normalized markdown text.Options, Markdown Pipeline, Markdown Parser Context) -
Normalize(String,
Text static Normalizes the specified markdown to a normalized markdown text.Writer, Normalize Options, Markdown Pipeline, Markdown Parser Context) - Parse(String) static Parses the specified markdown into an AST MarkdownDocument
-
Parse(String,
Markdown static Parses the specified markdown into an AST MarkdownDocumentPipeline, Markdown Parser Context) -
To
Html(String, static Converts a Markdown string to HTML.Markdown Pipeline) -
To
Html(String, static Converts a Markdown string to HTML and output to the specified writer.Text Writer, Markdown Pipeline, Markdown Parser Context) -
To
Plain static Converts a Markdown string to HTML.Text(String, Markdown Pipeline, Markdown Parser Context) -
To
Plain static Converts a Markdown string to Plain text and output to the specified writer.Text(String, Text Writer, Markdown Pipeline, Markdown Parser Context)
Fields
- Version static