Contains settings that the LaTeX export uses to customize LaTeX output.
Markdown rendering extensions for LaTeX.
static async Task< string > GenerateLaTeX(this MarkdownDocument Document, LaTeXSettings LaTeXSettings)
Generates LaTeX from the markdown text.
static async Task GenerateLaTeX(this MarkdownDocument Document, StringBuilder Output, LaTeXSettings LaTeXSettings)
Generates LaTeX from the markdown text.
static Task GenerateLaTeX(this MarkdownDocument Document, StringBuilder Output)
Generates LaTeX from the markdown text.
static async Task< string > GenerateLaTeX(this MarkdownDocument Document)
Generates LaTeX from the markdown text.
Renders LaTeX 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.