enhance
This commit is contained in:
parent
d3a5c6e215
commit
bb5e6b8f81
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class _CustomMarkdownify(markdownify.MarkdownConverter):
|
||||||
):
|
):
|
||||||
return alt
|
return alt
|
||||||
|
|
||||||
# Process data URI format images
|
# Process data URI format images -- Update from here
|
||||||
if src.startswith("data:image") and not self.options.get("keep_data_uris", False):
|
if src.startswith("data:image") and not self.options.get("keep_data_uris", False):
|
||||||
try:
|
try:
|
||||||
# Parse MIME type
|
# Parse MIME type
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue