Files
notifications-admin/app/templates/partials/templates/guidance-formatting-letters.html
Chris Hill-Scott 3efae3a57f Call letter subjects ‘main heading’
This is a term that one of our research participants used to describe
the big bold text that starts each letter. I think it’s quite a nice
plain english term for it.

Also changes the formatting guidance to use the word heading instead of
title, for consistency.
2017-05-11 12:10:37 +01:00

20 lines
347 B
HTML

<h2 class="heading-medium">Formatting</h2>
<p>
To put a heading in your template, use a hash:
</p>
<div class="panel panel-border-wide">
<p>
# This is a heading
</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>