jdrouet / mrml

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

parse with warnings #450

Closed jdrouet closed 3 months ago

jdrouet commented 3 months ago

We should introduce a way to return warnings while parsing. Right now, some attributes are handled as error when not expected but in other places, they are turned into a map without checking if they are used. We should turn them into warnings instead of errors.