API Reference

Enum

MarkdownOriginalSourceMappingKind

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

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.

Values

public const MarkdownOriginalSourceMappingKind Unavailable #

The span could not be mapped to original reader input.

Value: 0
public const MarkdownOriginalSourceMappingKind Exact #

The original reader input and normalized markdown text are byte-identical for the document.

Value: 1
public const MarkdownOriginalSourceMappingKind LineEndingEquivalent #

The original reader input differs only by line-ending spelling and the span was mapped across that difference.

Value: 2