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