Markdown rendering extensions for JavaScript.
static async Task< string > GenerateJavaScript(this MarkdownDocument Document, HtmlSettings HtmlSettings)
Generates JavaScript from the markdown text.
static async Task< string > GenerateJavaScript(this MarkdownDocument Document)
Generates JavaScript from the markdown text.
static async Task GenerateJavaScript(this MarkdownDocument Document, StringBuilder Output, HtmlSettings HtmlSettings)
Generates JavaScript from the markdown text.
static Task GenerateJavaScript(this MarkdownDocument Document, StringBuilder Output)
Generates JavaScript from the markdown text.
Renders JavaScript from a Markdown document.
Contains a markdown document. This markdown document class supports original markdown,...
async Task RenderDocument(IRenderer Output)
Renders the document using provided output format.
Contains settings that the HTML export uses to customize HTML output.
Abstract base class for Markdown renderers.