jdrouet / mrml

Implementation of mjml in rust
MIT License
336 stars 21 forks source link

parse with warnings #450

Closed jdrouet closed 1 month ago

jdrouet commented 1 month 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.