Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IMultimediaTextRenderer.cs
1using System.Collections.Generic;
2using System.Threading.Tasks;
4
6{
11 {
20 Task RenderText(TextRenderer Renderer, MultimediaItem[] Items, IEnumerable<MarkdownElement> ChildNodes, bool AloneInParagraph,
21 MarkdownDocument Document);
22 }
23}
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 multimedia content renderers.
Interface for multimedia content plain text renderers.
Task RenderText(TextRenderer Renderer, MultimediaItem[] Items, IEnumerable< MarkdownElement > ChildNodes, bool AloneInParagraph, MarkdownDocument Document)
Generates plain text for the multimedia content.