From 5fca1a1dfca1bd44a6386bb68cf7ec26c942d180 Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 12 Sep 2023 00:07:35 +0700 Subject: [PATCH] TF-2089 Add `dash-dash-space` to signature delimiter --- core/lib/presentation/extensions/html_extension.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/presentation/extensions/html_extension.dart b/core/lib/presentation/extensions/html_extension.dart index debe5daf46..c2195d2240 100644 --- a/core/lib/presentation/extensions/html_extension.dart +++ b/core/lib/presentation/extensions/html_extension.dart @@ -2,7 +2,7 @@ extension HtmlExtension on String { static const String editorStartTags = '

'; - static const String signaturePrefix = '-- '; + static const String signaturePrefix = '-- '; String addBlockTag(String tag, {String? attribute}) => attribute != null