diff --git a/app/templates/partials/templates/guidance-formatting-letters.html b/app/templates/partials/templates/guidance-formatting-letters.html new file mode 100644 index 000000000..77d8d6be4 --- /dev/null +++ b/app/templates/partials/templates/guidance-formatting-letters.html @@ -0,0 +1,19 @@ +

Formatting

+

+ To put a title in your template, use a hash: +

+
+

+ # This is a title +

+
+

+ To make bullet points, use asterisks: +

+
+

+ * point 1
+ * point 2
+ * point 3
+

+
diff --git a/app/templates/views/edit-letter-template.html b/app/templates/views/edit-letter-template.html index f53a75a94..1dc29f6fb 100644 --- a/app/templates/views/edit-letter-template.html +++ b/app/templates/views/edit-letter-template.html @@ -27,7 +27,7 @@ ) }}