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

Method hidden

markdown_it/tree.py:330–333  ·  view source on GitHub ↗

If it's true, ignore this element when rendering. Used for tight lists to hide paragraphs.

(self)

Source from the content-addressed store, hash-verified

328
329 @property
330 def hidden(self) -> bool:
331 """If it's true, ignore this element when rendering.
332 Used for tight lists to hide paragraphs."""
333 return self._attribute_token().hidden

Callers

nothing calls this directly

Calls 1

_attribute_tokenMethod · 0.95

Tested by

no test coverage detected