mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove indication prefix from internal links
This commit is contained in:
parent
4ec647e4f6
commit
f9bcff13ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue