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

Can`t include one element inside another #43

Open mr-devboy opened 6 years ago

mr-devboy commented 6 years ago

When I try:

<p>
   <p></p>
</p>

In result I have:

<p></p>
<p></p>
avigoldman commented 6 years ago

Hmm, that is an interesting use case. I believe this is the expected behavior, as outlined in this SO answer. Can you give a little context as to why you are nesting paragraphs?