Skip to content

Instantly share code, notes, and snippets.

@Tschrock
Created September 13, 2016 15:24
Show Gist options
  • Save Tschrock/02f10a2ebd9373db4c0234baa7864b09 to your computer and use it in GitHub Desktop.
Save Tschrock/02f10a2ebd9373db4c0234baa7864b09 to your computer and use it in GitHub Desktop.

Preview lava/email without page styles messing with things:

{% capture html %}
  <Content here>
{% endcapture %}
<iframe style="width: 100%; height: 800px;" srcdoc="{{html | Escape}}"/>

Commas in single/multi select attributes:

  1. Use &comma;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment