MaximumNestingDepth Property

Definition

Assembly Markdig.dll

Gets or sets the maximum nesting depth allowed while rendering Markdown objects.

public int MaximumNestingDepth { get; set; }

Returns

Remarks

The default value is 128. Raising this value allows deeper documents but can increase rendering stack usage.