mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Add letter-specific formatting advice
Letters can’t have callouts.
This commit is contained in:
@@ -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>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
) }}
|
) }}
|
||||||
</div>
|
</div>
|
||||||
<aside class="column-whole">
|
<aside class="column-whole">
|
||||||
{% include "partials/templates/guidance-formatting.html" %}
|
{% include "partials/templates/guidance-formatting-letters.html" %}
|
||||||
{% include "partials/templates/guidance-personalisation.html" %}
|
{% include "partials/templates/guidance-personalisation.html" %}
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user