You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop, Mobile: Fixes #5687: Fixed issue with parts of HTML notes not being displayed in some cases
This commit is contained in:
@@ -39,7 +39,7 @@ const imageMimeTypes = [
|
||||
'image/vnd.xiff',
|
||||
];
|
||||
|
||||
const escapeQuotes = (str) => str.replace(/"/g, '"');
|
||||
const escapeQuotes = (str) => str.replace(/"/g, '"');
|
||||
|
||||
const attributesToStr = (attributes) =>
|
||||
Object.entries(attributes)
|
||||
|
||||
Reference in New Issue
Block a user