Open
Description
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
Yaml supports text with new lines. For example:
key: >
text
text2
key: |
text
text2
When adding this to a layout: home
features:
yaml, the new lines are stripped out.
Ideally we would be able to have new lines in those feature boxes.
Describe alternatives you've considered
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Read the Contributing Guidelines.
- Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.