Module bare_urls

Source
Expand description

Detects links that are not linkified, e.g., in Markdown such as Go to https://example.com/. Suggests wrapping the link with angle brackets: Go to <https://example.com/>. to linkify it.

Staticsยง

URL_REGEX ๐Ÿ”’

Functionsยง

find_raw_urls ๐Ÿ”’
visit_item ๐Ÿ”’