Progress.
This commit is contained in:
parent
c463dc6dca
commit
263595fc7e
@ -111,7 +111,7 @@ class LinkifyExtension(Extension):
|
|||||||
).set_lineno(line_number)
|
).set_lineno(line_number)
|
||||||
|
|
||||||
def _to_html(self, md_file, caller):
|
def _to_html(self, md_file, caller):
|
||||||
result = linkify_https(caller())
|
result = linkify_https(caller())
|
||||||
result = embed_media(result)
|
result = embed_media(result)
|
||||||
result = embed_image(result)
|
result = embed_image(result)
|
||||||
result = embed_youtube(result)
|
result = embed_youtube(result)
|
||||||
|
Loading…
Reference in New Issue
Block a user