Files
notifications-admin/app/main
Chris Hill-Scott c3515e44cd 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

---
```
2020-12-22 17:03:22 +00:00
..
2020-10-16 10:14:23 +01:00