add new tags word wrap support

This commit is contained in:
yggverse 2024-08-01 15:56:27 +03:00
parent 375a7f0d52
commit 66b94ee7d3
3 changed files with 42 additions and 11 deletions

View file

@ -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(