Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
def
isLinkOpen(string: str) -> bool:
309
return
bool(LINK_OPEN_RE.search(string))
310
311
312
def
isLinkClose(string: str) -> bool:
Callers
2
linkify
Function · 0.85
html_inline
Function · 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…