IsBlankLine Property

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Gets a value indicating whether the line is blank (valid only after ParseIndent() has been called).

public bool IsBlankLine { get; }

Returns