Shopify / prettier-plugin-liquid

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

Add proper support for HTML doctypes #103

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

For html5 doctypes, prefer the lowercase version. For other versions, we'll just paste the source as is.

Fixes #96