From 1019991cee8ed69a8a7b033f83cbc4c86add8609 Mon Sep 17 00:00:00 2001 From: Julien Poulin Date: Tue, 23 Feb 2021 09:45:59 +0100 Subject: [PATCH] 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 --- docs/notifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/notifications.md b/docs/notifications.md index ecf8d77c..7a953f7c 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -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