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

Method level

markdown_it/tree.py:299–301  ·  view source on GitHub ↗

nesting level, the same as `state.level`

(self)

Source from the content-addressed store, hash-verified

297
298 @property
299 def level(self) -> int:
300 """nesting level, the same as `state.level`"""
301 return self._attribute_token().level
302
303 @property
304 def content(self) -> str:

Callers

nothing calls this directly

Calls 1

_attribute_tokenMethod · 0.95

Tested by

no test coverage detected