docs: Fix list formatting

Added an empty line before the list to make sure it is properly rendered
on the documentation website.

Signed-off-by: Julien Poulin <poulin_julien@hotmail.com>
This commit is contained in:
Julien Poulin 2021-02-23 09:45:59 +01:00 committed by Julien Poulin
parent d57b2dcdec
commit 1019991cee
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Note that some fields are evaluated as text, and others as HTML which will affec
| ExternalURL | string | Backlink to the Alertmanager that sent the notification. |
The `Alerts` type exposes functions for filtering alerts:
- `Alerts.Firing` returns a list of currently firing alert objects in this group
- `Alerts.Resolved` returns a list of resolved alert objects in this group