fix: remove extraneous whitespace before linkify_https call in LinkifyExtension._to_html

This commit is contained in:
2025-02-16 21:49:37 +00:00
parent 4dacc4c6f7
commit acd963cab9
+1 -1
View File
@@ -111,7 +111,7 @@ class LinkifyExtension(Extension):
).set_lineno(line_number)
def _to_html(self, md_file, caller):
result = linkify_https(caller())
result = linkify_https(caller())
result = embed_media(result)
result = embed_image(result)
result = embed_youtube(result)