TriviaStart Property

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Gets or sets the position of the first character trivia is encountered and not yet assigned to a syntax node. Trivia: only used when TrackTrivia is enabled, otherwise 0.

public int TriviaStart { get; set; }

Returns