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

Method markup

markdown_it/tree.py:310–312  ·  view source on GitHub ↗

*' or '_' for emphasis, fence string for fence, etc.

(self)

Source from the content-addressed store, hash-verified

308
309 @property
310 def markup(self) -> str:
311 """'*' or '_' for emphasis, fence string for fence, etc."""
312 return self._attribute_token().markup
313
314 @property
315 def info(self) -> str:

Callers

nothing calls this directly

Calls 1

_attribute_tokenMethod · 0.95

Tested by

no test coverage detected