Namespace Core\Formatter\Driver\coreuimarkup\Token
Classes summary
B | Bold contents that are enclosed in triple single quotes. |
H2 | A level-2 header that is enclosed in double equality signs. |
H3 | A level-3 header that is enclosed in triple equality signs. |
H4 | A level-4 header that is enclosed in quadruple equality signs. |
H5 | A level-5 header that is enclosed in quintuple equality signs. |
H6 | A level-6 header that is enclosed in hextuple equality signs. |
I | Italic contents that are enclosed in double single quotes. |
LineBreak | An explicit line break via double backslashes. |
P | Starts a new paragraph on an empty line. |
Template | Captures and formats templates (variable content placeholders) by delegating rendering to external handlers. |
TT | Typewriter font contents that are enclosed in single graves. |
UL | An unordered lists (starting with a slash, followed by space). If the content for a list entry should spawn several markup lines, start successive lines with spaces. |
URL | Internal references and external URLs based on the associated formatter proxy view. |
Variable | Variables are special tokens that can be set explicitly with each formatting call. |