TF-2089 Add dash-dash-space to signature delimiter
(cherry picked from commit 5fca1a1dfca1bd44a6386bb68cf7ec26c942d180)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
extension HtmlExtension on String {
|
||||
|
||||
static const String editorStartTags = '<br><div><br></div>';
|
||||
static const String signaturePrefix = '-- ';
|
||||
static const String signaturePrefix = '-- ';
|
||||
|
||||
String addBlockTag(String tag, {String? attribute}) =>
|
||||
attribute != null
|
||||
|
||||
Reference in New Issue
Block a user