Gets or sets the maximum nesting depth allowed while rendering Markdown objects.
public int MaximumNestingDepth { get; set; }
The default value is 128. Raising this value allows deeper documents but can increase rendering stack usage.