This article will guide you on how to add paragraph breaks to both subscription and one time products using the code editor.


This formatting option is not available with your marketplace listing. This only works via your storefront.

Subscription Products

To add paragraph breaks to your subscription products, you will need to do this in the code editor.

1. Go to components > subscribe > product list > component.html and add | safe} to the product.description line.

2. Go to Products > Subscription Products and enter <br/> to create paragraph spaces.

You will have to do this for every subscription product where you want paragraph breaks in the description.

That's all there is to it! Now when you go through your subscribe flow, the subscription product's description should have paragraph breaks in it.

One Time Products


To add paragraph breaks for one time products, you will need to do this in the code editor.

1. Go to shop >product > details > compotent.html and add | safe} to the product.description line.

2. Go to Products > One-Time Products and enter <br/> to create paragraph spaces.

That's all there is to it! Now when you go to your shop page on your website, you should see the paragraph breaks on your one-time product.