Skip to content

Commit c0f8302

Browse files
committed
Fix RECODE_HOSTNAME_FOR
1 parent d707272 commit c0f8302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_it/common/normalize_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def normalize_uri(uri: str) -> str:
4040
##################
4141

4242

43-
RECODE_HOSTNAME_FOR = ("http", "https", "mailto")
43+
RECODE_HOSTNAME_FOR = ("http:", "https:", "mailto:")
4444

4545

4646
def unescape_normalize_uri(x: str) -> str:

0 commit comments

Comments
 (0)