Browse Source

remove indication prefix from internal links

PHP-GTK3
yggverse 4 months ago
parent
commit
f9bcff13ee
  1. 2
      src/Interface/Model/Gtk/Pango/Markup.php

2
src/Interface/Model/Gtk/Pango/Markup.php

@ -22,7 +22,7 @@ interface Markup @@ -22,7 +22,7 @@ interface Markup
public const TAG_QUOTE = '<i>%s</i>';
public const TAG_TEXT = '<span>%s</span>';
public const LINK_PREFIX_INTERNAL = '';
public const LINK_PREFIX_INTERNAL = ''; // | ⇒
public const LINK_PREFIX_EXTERNAL = '⇗';
public const WRAP_BREAK = PHP_EOL;

Loading…
Cancel
Save