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

Method linkify

markdown_it/utils.py:112–114  ·  view source on GitHub ↗

Enable autoconversion of URL-like texts to links.

(self)

Source from the content-addressed store, hash-verified

110
111 @property
112 def linkify(self) -> bool:
113 """Enable autoconversion of URL-like texts to links."""
114 return self._options["linkify"]
115
116 @linkify.setter
117 def linkify(self, value: bool) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected