SetextNewline Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets the newline of the first line when IsSetext is true. Trivia: only parsed when TrackTrivia is enabled.

public NewLine SetextNewline { get; set; }

Returns