markdown_it.common.normalize_url module#

Normalize destination URLs in links

[label]:   destination   'title'
        ^^^^^^^^^^^
markdown_it.common.normalize_url.normalizeLinkText(url: str) str[source]#

Normalize autolink content

<destination>
 ~~~~~~~~~~~

Validate URL link is allowed in output.

This validator can prohibit more than really needed to prevent XSS. It’s a tradeoff to keep code simple and to be secure by default.

Note: url should be normalized at this point, and existing entities decoded.