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

# Line Break

> Adds vertical spacing between content by inserting line breaks

```liquid theme={null}
{% line_break /%}
```

## Attributes

<ResponseField name="lines" type="number" default="1">
  Number of lines to break
</ResponseField>

<ResponseField name="width" type="number">
  Set the width of this component (in percent) relative to the page width
</ResponseField>
