Help centerConsole

Getting Started

IntroductionCreate a projectIntelliSense

AI Components

Getting started

Courier

Getting startedCommandsConfiguration
Upgrade

Canvas

ExpressionsFilters & functionsCanvasTemplatingVariables
absbatchcapitalizecolumnconvert_encodingdate_modifydatedefaultescapefilterfirstformatgroup_byimage_tagimage_urljoinjson_encodekeyslastlengthlowermapmergenl2brnumber_formatrawreading_timereducereplacereverseroundsliceslugsortspacelesssplitstriptagstitletrimupperurl_encodeDeprecated filters
Help centerConsole
DocumentationAPI ReferenceGuidesChangelog
CanvasFilters

nl2br

The nl2br filter inserts HTML line breaks before all newlines in a string.

{{ 'I like Canvas.\nYou will like it too.' | nl2br }}

{# outputs

  I like Canvas.<br />
  You will like it too.

#}

The nl2br filter pre-escapes the input before applying the transformation.

Last updated on

merge

The merge filter merges an array with another array.

number_format

The number_format filter formats numbers.