Inline-level Markdown abstract syntax tree (AST) model for text-level constructs.
AutolinkInlineAn autolink (Section 6.7 CommonMark specs)CodeInlineRepresents a code span (Section 6.3 CommonMark specs)ContainerInlineA base class for container for Inline.DelimiterInlineInternal delimiter used by some parsers (e.g emphasis, tables).EmphasisDelimiterInlineA delimiter used for parsing emphasis.EmphasisInlineAn emphasis and strong emphasis (Section 6.4 CommonMark specs).HtmlEntityInlineAn entity HTML.HtmlInlineA Raw HTML (Section 6.8 CommonMark specs).InlineBase class for all syntax tree inlines.LeafInlineA base class for a leaf inline.LineBreakInlineA base class for a line break.LinkDelimiterInlineA delimiter for a link.LinkInlineA Link inline (Section 6.5 CommonMark specs)LiteralInlineA literal inline.ContainerInline.EnumeratorRepresents the Enumerator type.IInlineBase interface for all syntax tree inlines.DelimiterTypeGets the type of a DelimiterInline.LocalLabelDefines the LocalLabel enumeration.LinkInline.GetUrlDelegateA delegate to use if it is setup on this instance to allow late binding of a Url.Contains inline nodes such as literals, links, emphasis, entities, and delimiter structures.