From 0c5a224fef736c6c1bab793fb0d0c25f1df582c6 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 8 Nov 2016 13:56:02 +0000 Subject: [PATCH] Add letter-specific formatting advice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Letters can’t have callouts. --- .../guidance-formatting-letters.html | 19 +++++++++++++++++++ app/templates/views/edit-letter-template.html | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 app/templates/partials/templates/guidance-formatting-letters.html 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 @@ ) }}