It seems that since 0.4.0, escaped curly braces are emitted twice: `@{` → `{{` `@}` → `}}` --- Not sure if it's worth to open another issue: Is there a way to escape `@`? I had no luck with `@@` so I'm sticking to the HTML entity code for now.