API Reference

Enum

MarkdownSourceTextKind

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

Identifies which source text a MarkdownSourceSlice was materialized from.

Inheritance

  • Enum
  • MarkdownSourceTextKind

Usage

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

Accepted by parameters

Values

public const MarkdownSourceTextKind Normalized #

Normalized markdown text used to compute source spans.

Value: 0
public const MarkdownSourceTextKind Original #

Original reader input retained for future lossless roundtrip support.

Value: 1