MarkdownToHtmlStat(ScriptNode Argument, int Start, int Length, Expression Expression)
MarkdownToHtmlStat(x)
override string FunctionName
Name of the function
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
override async Task< IElement > EvaluateScalarAsync(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
Contains a markdown document. This markdown document class supports original markdown,...
MarkdownStatistics GetStatistics()
Returns some basic statistics about the contents of the Markdown object.
const string MarkdownSettingsVariableName
Variable name used for storing Markdown settings.
async Task< string > GenerateHTML()
Generates HTML from the markdown text.
static Task< MarkdownDocument > CreateAsync(string MarkdownText, params Type[] TransparentExceptionTypes)
Contains a markdown document. This markdown document class supports original markdown,...
Contains settings that the Markdown parser uses to customize its behavior.
Contains some basic statistical information about a Markdown document.