Very simple question - how do you add a line break to the content in the config.toml? For example, in one of the params.intro.items I want to have a description that is split over multiple lines. I have tried using \ , \ , \n etc but they not being interpreted in the intro.html but instead being displayed in the final html as text.
Hi,
Very simple question - how do you add a line break to the content in the config.toml? For example, in one of the params.intro.items I want to have a description that is split over multiple lines. I have tried using \
, \
, \n etc but they not being interpreted in the intro.html but instead being displayed in the final html as text.
Thanks.