{_('Available Formatters:')}
+date /{' '}
+ {"date('%Y-%m-%d')"} -{' '}
+ {_('Format date')}
+ blockquote -{' '}
+ {_('Markdown block quote (> per line)')}
+ nl2br -{' '}
+ {_('Newlines to upper /{' '}
+ lower /{' '}
+ capitalize /{' '}
+ title -{' '}
+ {_('Change case')}
+ trim -{' '}
+ {_('Trim whitespace')}
+ truncate(n) -{' '}
+ {_('Truncate to n characters')}
+ {"replace('a', 'b')"} -{' '}
+ {_('Replace text')}
+ default(val) -{' '}
+ {_('Fallback value')}
+ length -{' '}
+ {_('Get length')}
+ first /{' '}
+ last -{' '}
+ {_('First/last element')}
+ {"join(', ')"} -{' '}
+ {_('Join array')}
+ {_('Date Format Tokens:')}