TF-2089 Add dash-dash-space to signature delimiter

(cherry picked from commit 5fca1a1dfca1bd44a6386bb68cf7ec26c942d180)
This commit is contained in:
dab246
2023-09-12 00:07:35 +07:00
committed by Dat Vu
parent ce330e3239
commit 8ec23f5cd4
@@ -2,7 +2,7 @@
extension HtmlExtension on String { extension HtmlExtension on String {
static const String editorStartTags = '<br><div><br></div>'; static const String editorStartTags = '<br><div><br></div>';
static const String signaturePrefix = '-- '; static const String signaturePrefix = '--&nbsp;';
String addBlockTag(String tag, {String? attribute}) => String addBlockTag(String tag, {String? attribute}) =>
attribute != null attribute != null