Contains a markdown document. This markdown document class supports original markdown,...
async Task RenderDocument(IRenderer Output)
Renders the document using provided output format.
Markdown rendering extensions for Xamarin.Forms XAML.
static async Task< string > ExportXml(this MarkdownDocument Document)
Exports the parsed document to XML.
static async Task ExportXml(this MarkdownDocument Document, StringBuilder Xml, XmlWriterSettings Settings)
Exports the parsed document to XML.
static Task ExportXml(this MarkdownDocument Document, StringBuilder Xml)
Exports the parsed document to XML.
Renders XML from a Markdown document.
Helps with common XML-related tasks.
static XmlWriterSettings WriterSettings(bool Indent, bool OmitXmlDeclaration)
Gets an XML writer settings object.