Hello! I am looking for assistance in editing my code so that my order notes will hold line breaks. As you can see in my order note on shopify I have each item broken apart and when printing my orders it is merging everything into a paragraph. This is very hard to follow and I often find myself having to open the app to view the notes with the line breaks.
My code is as follows
<b{% if order.note %}
Note
{{ order.note }}
{% endif %}