How can I keep line breaks in customer text inputs on product page?

All line breaks are removed from the text area inputs on my product page when the customer clicks “add to cart”. How do I preserve the line breaks that they enter in the text area so they show in the cart?

Image 1 shows how the text looks when a customer enters it on the product page. Image 2 shows what happens after you click “add to cart”. As you can see, all line breaks are removed so the text is one big run on sentence.

Product page: https://www.palmettowoodshop.com/products/personalized-baby-block

Hi,

You need to add the code from where the cart page content is appearing.

{{ product.metafields.my_fields.accordian_content_2.value | newline_to_br}}

Check the code in cart page liquid file.

Any other suggestions? That code didn’t work.