PreciseSourceLocation Property

Definition

Namespace Markdig
Assembly Markdig.dll

Gets or sets a value indicating whether to enable precise source location (slower parsing but accurate position for block and inline elements)

public bool PreciseSourceLocation { get; set; }

Returns