Takes a sampel with https://ejs.co/ syntax. ```xml <foo> <url><%= url %></url> </foo> ``` After formatting, we have: ```xml <foo> <url> <null> </url> </foo> ``` Currently the `<%` tags get replaced with `<null>`
Takes a sampel with https://ejs.co/ syntax.
After formatting, we have:
Currently the
<%tags get replaced with<null>