IsBreakable Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll
Implements IsBreakable

Gets or sets a value indicating whether this block is breakable. Default is true.

public bool IsBreakable { get; set; }

Returns