prettier-plugin-ejs
prettier-plugin-ejs copied to clipboard
<%- replaced with <!- inside <style> tag
Similar to #4
It should not replace <%- with <!-
Example:
<style> <%- include('style.css'); -%> </style>
Got replaced as:
<style> <!- include('style.css'); -!> </style>