help: Remove incorrect escaping, which broke table rendering.

This commit is contained in:
Alex Vandiver
2025-09-04 03:44:31 +00:00
committed by Tim Abbott
parent 8bf5aa04d6
commit 049ff0b71f

View File

@@ -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. The **bot type** determines what the bot can do.
Bot type | Permissions | Common uses Bot type | Permissions | Common uses
\---|---|--- ---|---|---
Generic | Like a normal user account | Automating tasks, bots that listen to all messages on a channel 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 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 Outgoing webhook | Generic bot that also receives new messages via HTTP post requests | Third party integrations, most custom bots