MCPcopy
hub / github.com/Python-Markdown/markdown / get_placeholder

Method get_placeholder

markdown/util.py:252–253  ·  view source on GitHub ↗
(self, key: int)

Source from the content-addressed store, hash-verified

250 self.rawHtmlBlocks = []
251
252 def get_placeholder(self, key: int) -> str:
253 return HTML_PLACEHOLDER % key
254
255 def store_tag(self, tag: str, attrs: dict[str, str], left_index: int, right_index: int) -> str:
256 """Store tag data and return a placeholder."""

Callers 4

storeMethod · 0.95
testSimpleStoreMethod · 0.80
testStoreMoreMethod · 0.80

Calls

no outgoing calls

Tested by 3

testSimpleStoreMethod · 0.64
testStoreMoreMethod · 0.64