IsLazy Property

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Gets a boolean indicating whether the current line being parsed is lazy continuation.

public bool IsLazy { get; }

Returns