API Reference
Enum
MarkdownOriginalSourceMappingKind
Describes how a normalized markdown source span maps back to the preserved original reader input.
Inheritance
- Enum
- MarkdownOriginalSourceMappingKind
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
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const MarkdownOriginalSourceMappingKind Exact #The original reader input and normalized markdown text are byte-identical for the document.
Value:
1public const MarkdownOriginalSourceMappingKind LineEndingEquivalent #The original reader input differs only by line-ending spelling and the span was mapped across that difference.
Value:
2