From adefbfaf9fb1c766140464e23f52c749ad39aee5 Mon Sep 17 00:00:00 2001 From: JefeThePug <107787719+JefeThePug@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:45:05 +0900 Subject: [PATCH] Update channels.md Fix how codeblock is displayed on the site. --- docs/rules/channels.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/rules/channels.md b/docs/rules/channels.md index bda8f80..284a146 100644 --- a/docs/rules/channels.md +++ b/docs/rules/channels.md @@ -59,5 +59,11 @@ Commands work in most channels, but check before filling a help channel with bot The format is: ````text + >run - ```py print("oh wow!") ``` ```` + ```py + + print("oh wow!") + + ``` + ````