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