This commit is contained in:
djmaze 2020-09-30 17:11:06 +02:00
parent cfdbe3251e
commit 0eea2cb5ad
2 changed files with 12 additions and 11 deletions

View file

@ -437,7 +437,7 @@ export function htmlToPlain(html) {
}
}
return text.replace(/__bq__start__/gm, '').replace(/__bq__end__/gm, '');
return text.replace(/__bq__start__|__bq__end__/gm, '').trim();
}
/**