Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEditableText.cs
1using System;
2using System.Collections.Generic;
4
6{
10 public interface IEditableText
11 {
16 IEnumerable<Atom> Atomize();
17
25 }
26}
Contains a markdown document. This markdown document class supports original markdown,...
Abstract base class for all markdown elements.
Interface for elements containing editable text.
IEnumerable< Atom > Atomize()
Return an enumeration of the editable text as atoms.
MarkdownElement Assemble(MarkdownDocument Document, string Text)
Assembles a markdown element from a sequence of atoms.