Temp: swtich image rendering pref from svg to png

This commit is contained in:
Don Jayamanne 2021-07-29 11:44:08 -07:00
parent 254a1a553f
commit e8192ca6e3

View file

@ -46,8 +46,8 @@ const orderOfMimeTypes = [
'image/gif',
'text/latex',
'text/markdown',
'image/svg+xml',
'image/png',
'image/svg+xml',
'image/jpeg',
'application/json',
'text/plain'