mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add new tags word wrap support
This commit is contained in:
parent
375a7f0d52
commit
66b94ee7d3
3 changed files with 42 additions and 11 deletions
|
|
@ -12,6 +12,9 @@ interface Markup
|
|||
{
|
||||
public const ENCODING = 'UTF-8';
|
||||
public const TAG_CODE = 'tt';
|
||||
public const TAG_QUOTE = 'i';
|
||||
public const TAG_TEXT = 'span';
|
||||
public const TAG_LIST = 'span';
|
||||
public const WRAP_WIDTH = 320;
|
||||
|
||||
public static function code(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue