PreprocessMarkdown(Markdown)
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
PreprocessMarkdown(ScriptNode Markdown, int Start, int Length, Expression Expression)
PreprocessMarkdown(Markdown)
override async Task< IElement > EvaluateScalarAsync(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
Contains a markdown document. This markdown document class supports original markdown,...
static async Task< string > Preprocess(string Markdown, MarkdownSettings Settings, params Type[] TransparentExceptionTypes)
Preprocesses markdown text.
Contains settings that the Markdown parser uses to customize its behavior.