Product page feature block has extra bullets

Features block shows extra bullets after update to metafield.
This is not an issue on our app update metafield but it was a Theme issue. Please follow the steps below to fix it
- Go to Sales Channel / Online store
- Click "Edit theme"
- Select "Default Product" page

- Select Features block or it could be any additional Description block

- Edit the Custom liquid to add function to the existing field or replace it
| newline_to_br
Example:
{{ product.variants.first.metafields.custom.features | newline_to_br }}

Final outcome **Voilà (no more extra bullets) ! **

Updated on: 20/03/2026
Thank you!
