Skip to content

Commit 9d14b92

Browse files
authored
Merge pull request #10 from practical-python-org/Fix/Codeblock_Formatting_Fix
Update Codeblocks in channels.md
2 parents 1c7fc75 + adefbfa commit 9d14b92

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/rules/channels.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,11 @@ Commands work in most channels, but check before filling a help channel with bot
5959
The format is:
6060

6161
````text
62+
6263
>run
63-
```py print("oh wow!") ``` ````
64+
```py
65+
66+
print("oh wow!")
67+
68+
```
69+
````

0 commit comments

Comments
 (0)