> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Line Break

> Create text containing a chosen number of line breaks.

The **Line Break** action returns a string made entirely of newline characters.
It is useful as a separator for **Join Text** or as the separator passed to
**Split Text**.

## Inputs

| Input     | Type   | Required | Description                                   |
| --------- | ------ | -------- | --------------------------------------------- |
| **Count** | Number | No       | A non-negative whole number. Defaults to `1`. |

## Outputs

| Output   | Type   | Description                                        |
| -------- | ------ | -------------------------------------------------- |
| **Text** | String | A string containing exactly **Count** line breaks. |

Set **Count** to `2` to create a blank line between joined paragraphs. A count
of `0` returns an empty string.
