MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / test

Method test

markdown/extensions/md_in_html.py:314–316  ·  view source on GitHub ↗
(self, parent: etree.Element, block: str)

Source from the content-addressed store, hash-verified

312 """Process Markdown Inside HTML Blocks which have been stored in the `HtmlStash`."""
313
314 def test(self, parent: etree.Element, block: str) -> bool:
315 # Always return True. `run` will return `False` it not a valid match.
316 return True
317
318 def parse_element_content(self, element: etree.Element) -> None:
319 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected