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

Function isLinkOpen

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

Source from the content-addressed store, hash-verified

306
307
308def isLinkOpen(string: str) -> bool:
309 return bool(LINK_OPEN_RE.search(string))
310
311
312def isLinkClose(string: str) -> bool:

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…