API Reference

Class

MarkdownNativeSourceTrivia

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Source-backed document trivia that is not owned by a semantic block or inline.

Inheritance

  • Object
  • MarkdownNativeSourceTrivia

Usage

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

Properties

public MarkdownNativeSourceTriviaKind Kind { get; } #

Trivia kind.

public String Text { get; } #

Exact normalized text represented by this trivia.

public MarkdownSourceSpan SourceSpan { get; } #

Source span for the trivia content.

public Int32 LineNumber { get; } #

1-based source line number.