mirror of
https://github.com/SigNoz/signoz.git
synced 2026-03-20 03:30:26 +00:00
chore: updated newline to markdown format
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user