Contains a markdown document. This markdown document class supports original markdown,...
Interface for classes that help output asynchronous markdown output.
Task< string > GenerateStub(MarkdownOutputType Type, StringBuilder Output, string Title, MarkdownDocument Document)
Generates a stub in the output, that will be filled with the asynchronously generated content,...
Task ReportResult(MarkdownOutputType Type, string Id, string Result)
Method called when asynchronous result has been generated in a Markdown document.
Task ReportResult(MarkdownOutputType Type, string Id, string Result, bool More)
Method called when asynchronous result has been generated in a Markdown document.