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