Table of Contents

Field DefaultMaxNestingDepth

Namespace
DocWright.Formats.Markdown
Assembly
DocWright.Formats.Markdown.dll

The default block-nesting limit. Block quotes and lists nest without bound in Markdown and cost one character per level, so a limit is a security property rather than a convenience — see MaxNestingDepth.

public const int DefaultMaxNestingDepth = 128

Returns

int
The default block-nesting limit. Block quotes and lists nest without bound in Markdown and cost one character per level, so a limit is a security property rather than a convenience — see .