remove indication prefix from internal links

This commit is contained in:
yggverse 2024-08-01 18:18:39 +03:00
parent 4ec647e4f6
commit f9bcff13ee

View file

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