Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BlockElementSingleChild.cs
2{
7 {
14 : base(Document, Child)
15 {
16 }
17
21 public override bool IsBlockElement => true;
22 }
23}
Contains a markdown document. This markdown document class supports original markdown,...
Abstract base class for block elements with one child.
BlockElementSingleChild(MarkdownDocument Document, MarkdownElement Child)
Abstract base class for block elements with one child.
override bool IsBlockElement
If the element is a block element.
Abstract base class for all markdown elements.
MarkdownDocument Document
Markdown document.
Abstract base class for all markdown elements with one child element.