Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICodeContentHtmlRenderer.cs
1using System.Threading.Tasks;
2
4{
9 {
19 Task<bool> RenderHtml(HtmlRenderer Renderer, string[] Rows, string Language, int Indent, MarkdownDocument Document);
20 }
21}
Contains a markdown document. This markdown document class supports original markdown,...
Renders HTML from a Markdown document.
Definition: HtmlRenderer.cs:24
Abstract base class for Markdown renderers.
Definition: Renderer.cs:14
Task< bool > RenderHtml(HtmlRenderer Renderer, string[] Rows, string Language, int Indent, MarkdownDocument Document)
Generates HTML for the code content.