chore: updated newline to markdown format

This commit is contained in:
Abhishek Kumar Singh
2026-03-19 22:50:24 +05:30
parent 79518b6823
commit 9ffc1203da

View File

@@ -116,7 +116,7 @@ func (at *alertManagerTemplater) expandBody(
sb.WriteString(part)
// Add separator if not last alert
if i < len(ntd.Alerts)-1 {
sb.WriteString("<br><br>")
sb.WriteString("\n\n")
}
}
result := sb.String()