From 049ff0b71f21223d2ff2cde7ba3fdaa56b56255e Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 4 Sep 2025 03:44:31 +0000 Subject: [PATCH] help: Remove incorrect escaping, which broke table rendering. --- starlight_help/src/content/docs/bots-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlight_help/src/content/docs/bots-overview.mdx b/starlight_help/src/content/docs/bots-overview.mdx index 7823e88ff4..360b1e7b35 100644 --- a/starlight_help/src/content/docs/bots-overview.mdx +++ b/starlight_help/src/content/docs/bots-overview.mdx @@ -37,7 +37,7 @@ Each bot has a **name**, **profile picture**, **email**, **bot type** and **API The **bot type** determines what the bot can do. Bot type | Permissions | Common uses -\---|---|--- +---|---|--- Generic | Like a normal user account | Automating tasks, bots that listen to all messages on a channel Incoming webhook | Limited to only sending messages into Zulip | Automated notifications into Zulip Outgoing webhook | Generic bot that also receives new messages via HTTP post requests | Third party integrations, most custom bots