Seems to break Processing Instructions
Open
- Dominant language
- JavaScript
- Stars
- 438
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
The code `<%= @rails %>` is mangled into `<%= @rails="" %=""></%>`
This does not fit the XML interpretation of PIs (and is why you had to special-case doctypes, which are also PIs)
Contributor guide
Assessment
This issue has not been assessed yet.