mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
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.
20 lines
347 B
HTML
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>
|