Add letter-specific formatting advice

Letters can’t have callouts.
This commit is contained in:
Chris Hill-Scott
2016-11-14 14:51:27 +00:00
parent 88631a680c
commit 0c5a224fef
2 changed files with 20 additions and 1 deletions
@@ -0,0 +1,19 @@
<h2 class="heading-medium">Formatting</h2>
<p>
To put a title in your template, use a hash:
</p>
<div class="panel panel-border-wide">
<p>
# This is a title
</p>
</div>
<p>
To make bullet points, use asterisks:
</p>
<div class="panel panel-border-wide">
<p>
* point 1<br/>
* point 2<br/>
* point 3<br/>
</p>
</div>