SparkPost / heml

HEML is an open source markup language for building responsive email.
https://heml.io
MIT License
4.33k stars 157 forks source link

Improving meta handling #49

Open avigoldman opened 6 years ago

avigoldman commented 6 years ago

This PR makes the meta elements a clearer distinction. It queries and renders them separately from the main elements. This opens the door for combinations of elements working together and makes it clearer that the meta elements get rendered before the main elements and cannot contain other HEML elements.