You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
This commit is contained in:
@@ -219,7 +219,9 @@ export function escapeHtml(s: string) {
|
||||
.replace(/</g, '<')
|
||||
.replace(/>/g, '>')
|
||||
.replace(/"/g, '"')
|
||||
.replace(/'/g, ''');
|
||||
.replace(/'/g, ''')
|
||||
.replace(/^ +/g, match => ' '.repeat(match.length))
|
||||
.replace(/^\t+/g, match => ' '.repeat(match.length));
|
||||
}
|
||||
|
||||
// keywords can either be a list of strings, or a list of objects with the format:
|
||||
|
||||
Reference in New Issue
Block a user