mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-28 22:30:44 -05:00
Merge pull request #2081 from alphagov/page-break-guidance
Add guidance on how to use page breaks in letters
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user