Line breaks in product tabs element

I didn’t find much info (only old topic).

In backend i have line breaks in the product description editor. On frontend in the Woocommerce ‘product tabs’ element i have no line-breaks. It does however show other markup like bold or h2.

How can i get line breaks in that tab?

I tried going the other way and make custom tabs. Like having the dynamic data for long product description which in this case is the {post_content} in rich text element, but there is no dynamic data for the additional product info. I tried also a few codesnippets.

Hi Stan,
It works fine for me.

“Enter” creates a paragraph (<p>), “Shift + Enter” creates a line break (<br>).

Product description:

Frontend HTML:

Thanks for checking!
I thought it had to do with the element and i was a bit quick to blame things that are Woocommerce related (because i have had enough style issues with Woocommerce related elements in the past).

I was using ACSS (smart spacing) which caused the issue + a css class from another plugin that provides all data (product data and such coming from another dashboard which is synced to woocommerce) which is adding some additional classes that shouldn’t be there. These two both were removing margins.