You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<style> and <script> tags in html files are still formatted even if we add them to the unformatted tags list
**To Reproduce**
Steps to reproduce the behavior:
Add a style tag to any html file with minified styles inside
add "style" to the unformatted tags list
beautify
**Expected behavior**
style should remain compressed
**Error/Stack Traces**
no error, but the style is beautified
**System (please complete the following information):**
- OS: Windows
- Version: 10
**Additional context**
Tested with https://playground.unibeautify.com/ and in Visual Code Studio.
Disabling the "prettier" beautifier solves the problem, but I'd like to keep it enabled
Many thanks for your great work
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.75. Please mark this comment with 👍 or 👎 to give our bot feedback!
Describe the bug
<style> and <script> tags in html files are still formatted even if we add them to the unformatted tags list **To Reproduce** Steps to reproduce the behavior: Add a style tag to any html file with minified styles inside add "style" to the unformatted tags list beautify **Expected behavior** style should remain compressed **Error/Stack Traces** no error, but the style is beautified **System (please complete the following information):** - OS: Windows - Version: 10 **Additional context** Tested with https://playground.unibeautify.com/ and in Visual Code Studio. Disabling the "prettier" beautifier solves the problem, but I'd like to keep it enabled Many thanks for your great workThe text was updated successfully, but these errors were encountered: