# linebreak

The `linebreak` step type prints one or more blank lines, a simple building block for spacing out the human-facing output of your custom commands and workflows.

```yaml
steps:
  - name: spacer
    type: linebreak
    count: 2
```

## Fields

- **`count`**
  Optional number of blank lines. Defaults to 
  `1`
  .

Use `linebreak` to separate sections in interactive or human-facing workflow output.
