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

Method block

markdown_it/tree.py:325–327  ·  view source on GitHub ↗

True for block-level tokens, false for inline tokens.

(self)

Source from the content-addressed store, hash-verified

323
324 @property
325 def block(self) -> bool:
326 """True for block-level tokens, false for inline tokens."""
327 return self._attribute_token().block
328
329 @property
330 def hidden(self) -> bool:

Callers

nothing calls this directly

Calls 1

_attribute_tokenMethod · 0.95

Tested by

no test coverage detected