From f9bcff13ee7576265530230af49c4ad6a9a6f983 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 1 Aug 2024 18:18:39 +0300 Subject: [PATCH] remove indication prefix from internal links --- src/Interface/Model/Gtk/Pango/Markup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interface/Model/Gtk/Pango/Markup.php b/src/Interface/Model/Gtk/Pango/Markup.php index 66b2cf94..0b3c2b04 100644 --- a/src/Interface/Model/Gtk/Pango/Markup.php +++ b/src/Interface/Model/Gtk/Pango/Markup.php @@ -22,7 +22,7 @@ interface Markup public const TAG_QUOTE = '%s'; public const TAG_TEXT = '%s'; - public const LINK_PREFIX_INTERNAL = '⇒'; + public const LINK_PREFIX_INTERNAL = ''; // | ⇒ public const LINK_PREFIX_EXTERNAL = '⇗'; public const WRAP_BREAK = PHP_EOL;