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

<%- replaced with <!- inside <style> tag

Open soruly opened this issue 9 months ago • 0 comments

Similar to #4

It should not replace <%- with <!-

Example: <style> <%- include('style.css'); -%> </style>

Got replaced as: <style> <!- include('style.css'); -!> </style>

soruly avatar Jul 07 '25 15:07 soruly