A node takes a multi-line string and outputs a html element, but preserving linebreaks by inserting <br /> tags
Name | Type | Required | Multiple | Min. | Max. | Description |
---|---|---|---|---|---|---|
String (string) | string | - | - | The multi-line string to be converted to html, linebreaks will be converted to <br /> tags |
Name | Type | Default | Required | Options | Description |
---|---|---|---|---|---|
Multi-line string (string) | string | The multi-line string to be converted to html, linebreaks will be converted to <br /> tags |
Name | Type | Description |
---|---|---|
Html Element (htmlElement) | html |