API Reference
Class
MarkdownNativeFootnoteDefinitionBlock
Native projection for a footnote definition.
Inheritance
- MarkdownNativeBlock
- MarkdownNativeFootnoteDefinitionBlock
Inherited Methods
public Boolean ContainsLine(Int32 lineNumber) #Returns:
BooleanInherited from MarkdownNativeBlock
Parameters
- lineNumber Int32
public IEnumerable<MarkdownNativeBlockSourceField> EnumerateSourceFields(String name) #Returns:
IEnumerable<MarkdownNativeBlockSourceField>Inherited from MarkdownNativeBlock
Parameters
- name String
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public MarkdownNativeBlockSourceField FindSourceField(String name, Int32 index = -1) #Returns:
MarkdownNativeBlockSourceFieldInherited from MarkdownNativeBlock
Parameters
- name String
- index Int32 = -1
public MarkdownNativeBlockSnapshot ToSnapshot() #Returns:
MarkdownNativeBlockSnapshotInherited from MarkdownNativeBlock
Properties
public FootnoteDefinitionBlock Footnote { get; } #Source footnote definition block.
public String Label { get; } #Footnote label without the leading caret marker.
public Nullable<MarkdownSourceSpan> OpeningMarkerSourceSpan { get; } #Source span for the opening [^ marker when available.
public Nullable<MarkdownSourceSpan> LabelSourceSpan { get; } #Source span for the footnote label token when available.
public Nullable<MarkdownSourceSpan> SeparatorMarkerSourceSpan { get; } #Source span for the ]: separator marker when available.
public String Text { get; } #Rendered markdown text for the definition body.
public Nullable<MarkdownSourceSpan> BodySourceSpan { get; } #Source span for the structured definition body when available.
public IReadOnlyList<MarkdownNativeBlock> Children { get; } #Nested native definition body blocks.
Inherited Properties
public String Id { get; } #Inherited from MarkdownNativeBlock
public MarkdownNativeBlockKind Kind { get; } #Inherited from MarkdownNativeBlock
public Nullable<MarkdownSourceSpan> SourceSpan { get; } #Inherited from MarkdownNativeBlock
public MarkdownSyntaxNode SyntaxNode { get; } #Inherited from MarkdownNativeBlock
public IMarkdownBlock SourceBlock { get; } #Inherited from MarkdownNativeBlock