Wrap content to 80 chars

This commit is contained in:
Chris Hill-Scott
2016-11-11 14:37:50 +00:00
parent ab345c0871
commit 00438e5363

View File

@@ -2,16 +2,20 @@
Optional content placeholders
</h2>
<p>
Use double brackets and '??' to define optional content. You can then specify whether to include that content or not for each recipient.
Use double brackets and '??' to define optional content. You can then
specify whether to include that content or not for each recipient.
</p>
<p>
For example if you only want to show something to people who are under 18:
For example if you only want to show something to people who are under
18:
</p>
<div class="panel panel-border-wide">
<p>
((under18??Please get your application signed by a parent or guardian))
((under18??Please get your application signed by a parent or
guardian))
</p>
</div>
<p>
Specify 'yes' or 'no' for this content to appear (or not), when sending messages.
Specify 'yes' or 'no' for this content to appear (or not), when sending
messages.
</p>