mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-14 08:42:04 +02:00
jpeg, not jpg
This commit is contained in:
@@ -93,7 +93,7 @@ class Parsedown
|
|||||||
'mailto:',
|
'mailto:',
|
||||||
'data:image/png;base64,',
|
'data:image/png;base64,',
|
||||||
'data:image/gif;base64,',
|
'data:image/gif;base64,',
|
||||||
'data:image/jpg;base64,',
|
'data:image/jpeg;base64,',
|
||||||
);
|
);
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user