v0.9.23
What's Changed
An issue caused a discovery that tags were being mutated if DTL syntax was against an opening tag name i.e.
<li{% expr %}>..</li>
Which after processing resulted in:
<li{% expr %}>..</li{% expr %}>
We solved it by better handling of white space when we match and replace the DTL expressions.
Full Changelog: v.0.9.22...v0.9.23