mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Stop accidental markdown in go live ticket
In Markdown this is interpreted as a H1: ``` Text --- ``` We can prevent this by adding an extra linebreak, like this: ``` Text --- ```
This commit is contained in:
@@ -217,6 +217,7 @@ def submit_request_to_go_live(service_id):
|
||||
'\nOther live services: {existing_live}'
|
||||
'\n'
|
||||
'\nService reply-to address: {email_reply_to}'
|
||||
'\n'
|
||||
'\n---'
|
||||
'\nRequest sent by {email_address}'
|
||||
'\n'
|
||||
|
||||
Reference in New Issue
Block a user