Add guidance on how to use page breaks in letters

Useful generally, but especially since we’ve edited some team’s
templates to use this new feature, they could probably do with knowing
how it works.
This commit is contained in:
Chris Hill-Scott
2018-05-14 15:21:49 +01:00
parent e6627786cc
commit fffcac1682

View File

@@ -17,3 +17,15 @@
* point 3<br/>
</p>
</div>
<p>
To insert a page break, use three asterisks:
</p>
<div class="panel panel-border-wide">
<p>
Content on page 1<br/>
<br/>
***<br/>
<br/>
Content on page 2<br/>
</p>
</div>