Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
312
def
isLinkClose(string: str) -> bool:
313
return
bool(LINK_CLOSE_RE.search(string))
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…