API Reference

Class

MarkdownNativeAbbreviationDefinitionField

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Source-backed token or payload field owned by a Markdig-style abbreviation definition.

Inheritance

  • Object
  • MarkdownNativeAbbreviationDefinitionField

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public String Name { get; } #

Stable field name such as openingMarker, label, separatorMarker, or title.

public String Value { get; } #

Semantic value represented by the field when one is available.

public MarkdownSourceSpan SourceSpan { get; } #

Source span for this field in the normalized markdown source.

public MarkdownAbbreviationDefinition Definition { get; } #

Abbreviation definition that owns this source field.