mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Fix the example template’s variable regions
This commit is contained in:
parent
a9c61d135e
commit
e31cccfc06
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue