mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
implement link prefix indicators
This commit is contained in:
parent
c58d16e861
commit
5ea787cb0f
2 changed files with 28 additions and 4 deletions
|
|
@ -22,6 +22,9 @@ 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 WRAP_BREAK = PHP_EOL;
|
||||
public const WRAP_WIDTH = 320; // px
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue