AllowNestedAlerts Property

Definition

Assembly Markdig.dll

Gets or sets a value indicating whether alerts can be nested inside other blocks (e.g. inside a blockquote or a list item). Alerts are never allowed inside another alert block regardless of this setting. Default is false.

public bool AllowNestedAlerts { get; set; }

Returns