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

Function isLinkClose

markdown_it/common/utils.py:312–313  ·  view source on GitHub ↗
(string: str)

Source from the content-addressed store, hash-verified

310
311
312def isLinkClose(string: str) -> bool:
313 return bool(LINK_CLOSE_RE.search(string))

Callers 2

linkifyFunction · 0.85
html_inlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…