API Reference
MarkdownSyntaxKind
Syntax node kinds produced by MarkdownReaderOptions).
Inheritance
- Enum
- MarkdownSyntaxKind
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const MarkdownSyntaxKind InlineLinkHtmlTarget #Optional hyperlink target attribute preserved from richer HTML sources.
9public const MarkdownSyntaxKind InlineLinkHtmlRel #Optional hyperlink rel attribute preserved from richer HTML sources.
10public const MarkdownSyntaxKind InlineStrongEmphasis #Combined strong+emphasis inline node.
15public const MarkdownSyntaxKind FenceSemanticKind #Semantic kind metadata for a semantic fenced block.
30public const MarkdownSyntaxKind CodeFenceInfo #Fenced code block info string / language hint.
31public const MarkdownSyntaxKind ImageLinkTarget #Optional hyperlink target wrapping an image block.
41public const MarkdownSyntaxKind ImageLinkTitle #Optional hyperlink title wrapping an image block.
42public const MarkdownSyntaxKind ImageLinkHtmlTarget #Optional hyperlink target wrapping an image block.
43public const MarkdownSyntaxKind ImageLinkHtmlRel #Optional hyperlink rel wrapping an image block.
44public const MarkdownSyntaxKind CalloutKind #Callout/admonition marker kind such as note or tip.
47public const MarkdownSyntaxKind CalloutTitle #Inline title/header content for a callout block.
48public const MarkdownSyntaxKind DefinitionGroup #Semantic definition-list group with shared terms and definitions.
50public const MarkdownSyntaxKind ReferenceLinkDefinition #Reference-style link definition consumed during parsing.
56public const MarkdownSyntaxKind ReferenceLinkLabel #Reference-style link definition label/identifier.
57public const MarkdownSyntaxKind ReferenceLinkUrl #Reference-style link definition URL/destination.
58public const MarkdownSyntaxKind ReferenceLinkTitle #Reference-style link definition optional title.
59public const MarkdownSyntaxKind Unknown #Fallback for blocks without a dedicated mapping yet.
67