We currently face the following issues:
- <p style="margin-top:6em;"> is being ignored (i.e., no top margin printed on PDF)
- {{#if lead.salutationName == 'foo'}}foo{{/if}} is always true (i.e., "foo" always printed on PDF)
- <p style="font-family:'Open Sans'> is being ignored (i.e., default font family printed on PDF)
Comment