If I have a template with just a single eex expression in it, for example: ``` <%= link_to "blah", to: foo %> ``` It is incorrectly replaced with: ``` <eext1 /> ``` adding HTML anywhere in the file fixes the issue
If I have a template with just a single eex expression in it, for example:
It is incorrectly replaced with:
adding HTML anywhere in the file fixes the issue