Add letter-specific formatting advice

Letters can’t have callouts.
This commit is contained in:
Chris Hill-Scott
2016-11-08 13:56:02 +00:00
parent 88631a680c
commit 0c5a224fef
2 changed files with 20 additions and 1 deletions

View File

@@ -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>

View File

@@ -27,7 +27,7 @@
) }}
</div>
<aside class="column-whole">
{% include "partials/templates/guidance-formatting.html" %}
{% include "partials/templates/guidance-formatting-letters.html" %}
{% include "partials/templates/guidance-personalisation.html" %}
</aside>
</div>