How to style content inside Liquid?

Topic summary

Main issue: Styling text generated by Liquid (Shopify’s templating language) in email notification templates. The generated text isn’t HTML, so the poster doesn’t know how to apply styles.

Clarification: They ask if the solution is to remove Liquid at the top and embed the content inside HTML.

Concern: They note that if they do this, the Liquid code itself appears in the output, suggesting confusion about how Liquid renders versus what gets displayed in the email.

Status: No confirmed solution or guidance shared yet. The thread remains open with an unresolved question on how to properly render and style Liquid-generated content as HTML in Shopify email notifications.

Summarized with AI on January 23. AI used: gpt-5.

Greetings,

i working on email notification templates and a text that i generated automatically after a condition is met, but this is not html so how can i style this text?

Thanks in advance

Hello, you mean to remove the liquid code at the top and embed them inside html?

Yes, but liquid code will be also displayed!