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

Method normalizeLinkText

markdown_it/main.py:343–351  ·  view source on GitHub ↗

Normalize autolink content :: ~~~~~~~~~~~

(self, link: str)

Source from the content-addressed store, hash-verified

341 return normalize_url.normalizeLink(url)
342
343 def normalizeLinkText(self, link: str) -> str:
344 """Normalize autolink content
345
346 ::
347
348 <destination>
349 ~~~~~~~~~~~
350 """
351 return normalize_url.normalizeLinkText(link)

Callers 4

TestOneInputFunction · 0.95
linkifyFunction · 0.80
autolinkFunction · 0.80
linkifyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected