API Reference

Class

MarkdownNativeFootnoteDefinitionBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a footnote definition.

Inheritance

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.