prettier-plugin-liquid icon indicating copy to clipboard operation
prettier-plugin-liquid copied to clipboard

Prettier Liquid/HTML plugin

Results 17 prettier-plugin-liquid issues
Sort by recently updated
recently updated
newest added

Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

**Describe the bug** Indentation inference bug **Unformatted source** ```liquid ``` **Expected output** ```liquid ``` **Actual output** ```liquid ```

bug

**Describe the bug** When formatting the content of a class attribute, extra characters are added to the liquid tag and the closing `}}` is removed. **Unformatted source** ```liquid ``` **Expected...

bug

**Describe the bug** Can't seem to change the single quote formatting. This is my settings.json: ` "[liquid]": { "singleQuote": false, "liquidSingleQuote": false, "editor.defaultFormatter": "Shopify.theme-check-vscode" }` and in our prettierrc file...

bug

**Describe the bug** The plugin breaks the line between consequent variables if there is nothing in between. **Unformatted source** ```liquid Hello {{ FirstName }} and {{ LastName }} Hello {{...

bug

Input: ```liquid ``` Actual Output: ```liquid ``` Expected ``` Throw LiquidHTMLError ```

bug

While doing the first release of the plugin, I've had to backtrack on my approach for formatting HTML attributes. ## The problem The prettier rules need to depend on the...

enhancement