From 8670cdfd2b776c4f41950913653e4e84a5b15dcd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 15 Mar 2026 11:17:34 +0000 Subject: [PATCH] fix: format notification services table for better readability --- docs/features/notifications.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/features/notifications.md b/docs/features/notifications.md index d3463cb4..2cb89f05 100644 --- a/docs/features/notifications.md +++ b/docs/features/notifications.md @@ -15,7 +15,9 @@ Notifications can be triggered by various events: | Service | JSON Templates | Native API | Rich Formatting | |---------|----------------|------------|-----------------| -| **Discord** | ✅ Yes | ✅ Webhooks | ✅ Embeds || **Slack** | ✅ Yes | ✅ Webhooks | ✅ Native Formatting || **Gotify** | ✅ Yes | ✅ HTTP API | ✅ Priority + Extras | +| **Discord** | ✅ Yes | ✅ Webhooks | ✅ Embeds | +| **Slack** | ✅ Yes | ✅ Webhooks | ✅ Native Formatting | +| **Gotify** | ✅ Yes | ✅ HTTP API | ✅ Priority + Extras | | **Custom Webhook** | ✅ Yes | ✅ HTTP API | ✅ Template-Controlled | | **Email** | ❌ No | ✅ SMTP | ✅ HTML Branded Templates |