mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 17:33:12 -04:00
Merge pull request #944 from alphagov/add-more-examples-email-template
Add more markdown to the example email
This commit is contained in:
@@ -63,8 +63,8 @@ def email_template():
|
|||||||
'\n\n'
|
'\n\n'
|
||||||
'It has '
|
'It has '
|
||||||
'survived not only'
|
'survived not only'
|
||||||
'\n'
|
'\n\n'
|
||||||
'*five centuries'
|
'* five centuries'
|
||||||
'\n'
|
'\n'
|
||||||
'* but also the leap into electronic typesetting'
|
'* but also the leap into electronic typesetting'
|
||||||
'\n\n'
|
'\n\n'
|
||||||
@@ -81,7 +81,15 @@ def email_template():
|
|||||||
'normal distribution of letters, as opposed to using ‘Content '
|
'normal distribution of letters, as opposed to using ‘Content '
|
||||||
'here, content here’, making it look like readable English.'
|
'here, content here’, making it look like readable English.'
|
||||||
'\n\n\n'
|
'\n\n\n'
|
||||||
|
'1. One'
|
||||||
|
'\n'
|
||||||
|
'2. Two'
|
||||||
|
'\n'
|
||||||
|
'10. Three'
|
||||||
|
'\n\n'
|
||||||
'This is an example of an email sent using GOV.UK Notify.'
|
'This is an example of an email sent using GOV.UK Notify.'
|
||||||
|
'\n\n'
|
||||||
|
'https://www.notifications.service.gov.uk'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user