mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
simplify link indicators
This commit is contained in:
parent
5ea787cb0f
commit
4ec647e4f6
2 changed files with 11 additions and 19 deletions
|
|
@ -22,8 +22,8 @@ interface Markup
|
|||
public const TAG_QUOTE = '<i>%s</i>';
|
||||
public const TAG_TEXT = '<span>%s</span>';
|
||||
|
||||
public const LINK_PREFIX_GEMINI = '⇒';
|
||||
public const LINK_PREFIX_DEFAULT = '⇗';
|
||||
public const LINK_PREFIX_INTERNAL = '⇒';
|
||||
public const LINK_PREFIX_EXTERNAL = '⇗';
|
||||
|
||||
public const WRAP_BREAK = PHP_EOL;
|
||||
public const WRAP_WIDTH = 320; // px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue