I’m trying to customize the theme in a way that customer’s address is followed by a blank and then their email address is listed. I had read all the documents referenced here so far to no avail. I know if html, it was as simple as
but I can’t find the equivalent in liquid so far.
I did find the raw tag, the code below did create a space and a dash for me that I can live with.
But is there a cleaner way to do it?
{% raw %}
-
{% endraw %}