mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-20 13:12:27 -04:00
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:
@@ -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