Fix the example template’s variable regions

This commit is contained in:
Ben Gotow 2019-01-03 01:17:21 -08:00
parent a9c61d135e
commit e31cccfc06

View file

@ -1,6 +1,6 @@
<p>Hey, <span data-tvarname="first_name">First Name</span>!</p>
<p>Hey, <span data-tvar="first_name" class="template-variable undefined" title="first_name">First Name</span>!</p>
<p>Templates are pre-written emails with
<span data-tvarname="content">tagged variables</span> that make it easy to
<span data-tvar="content" class="template-variable undefined" title="content">tagged variables</span> that make it easy to
reply quickly. Here's how it works:
</p>
<p></p>
@ -21,7 +21,7 @@ turn the text into a tagged variable.</li>
</ol>
</p>
<p>
Pro Tip: When you send a templated email, the <span data-tvarname="highlighting">highlighting</span> is always removed so the recipient
Pro Tip: When you send a templated email, the <span data-tvar="highlighting" class="template-variable undefined" title="highlighting">highlighting</span> is always removed so the recipient
never sees it.
</p>
<p></p>