Shopify / prettier-plugin-liquid

Prettier Liquid/HTML plugin
https://npm.im/@shopify/prettier-plugin-liquid
MIT License
93 stars 15 forks source link

Add support for compound LiquidOutput + String in HtmlElement.name #128

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

Unformatted source

<{{header_type}}-header>

Expected output

<{{ header_type }}-header>

Actual output

<{{header_type}} -header>