API Reference
Class
MarkdownNativeAbbreviationDefinitionField
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.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.