mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-03 23:38:25 -04:00
This is based on some work Gwen did for Civil Service Digital. Let’s get it in for now so that we have a starting point from which to improve. This specifically doesn’t reference ‘optional’ placeholders because I don’t know how best to explain those yet.
28 lines
495 B
HTML
28 lines
495 B
HTML
<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>
|
|
<p>
|
|
To add a callout, use a caret:
|
|
</p>
|
|
<div class="panel panel-border-wide">
|
|
<p>
|
|
^ You must tell us if your circumstances change
|
|
</p>
|
|
</div>
|