API Reference

Enum

MarkdownNativeSourceTriviaKind

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

Identifies source trivia projected by MarkdownNativeDocument.

Inheritance

  • Enum
  • MarkdownNativeSourceTriviaKind

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 MarkdownNativeSourceTriviaKind BlankLine #

A blank source line, including whitespace-only lines.

Value: 0
public const MarkdownNativeSourceTriviaKind LineEnding #

A source line ending.

Value: 1
public const MarkdownNativeSourceTriviaKind LeadingWhitespace #

Leading spaces or tabs before nonblank line content.

Value: 2
public const MarkdownNativeSourceTriviaKind TrailingWhitespace #

Trailing spaces or tabs after nonblank line content.

Value: 3