jdrouet / mrml

Implementation of mjml in rust
MIT License
356 stars 23 forks source link

Error when encountering space after closing tag #474

Closed JoelESvensson closed 1 month ago

JoelESvensson commented 1 month ago

This tag won't run

<mjml>
  <mj-head>
  </mj-head>
  <mj-body>
  </mj-body> <!-- Here -->
</mjml>

While this will

<mjml>
  <mj-head>
  </mj-head>
  <mj-body>
  </mj-body>
</mjml>
jdrouet commented 1 month ago

I did I miss this issue...? Sorry about that, my Github notifications seem to be screwed...