MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / maxNesting

Method maxNesting

markdown_it/utils.py:94–96  ·  view source on GitHub ↗

Internal protection, recursion limit.

(self)

Source from the content-addressed store, hash-verified

92
93 @property
94 def maxNesting(self) -> int:
95 """Internal protection, recursion limit."""
96 return self._options["maxNesting"]
97
98 @maxNesting.setter
99 def maxNesting(self, value: int) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected