LineStartIndexes Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets a list of zero-based indexes of line beginnings in the source span

Available if PreciseSourceLocation is used, otherwise null

public List<int>? LineStartIndexes { get; set; }

Returns