Skip to content

Commit

Permalink
Fix codeblock escape
Browse files Browse the repository at this point in the history
On some devices the previous escaping didn't work properly, escaping
all backticks will make sure none of them get registered as Markdown
  • Loading branch information
Numerlor committed Dec 14, 2020
1 parent bcab673 commit 93fb741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/resources/tags/codeblock.md
@@ -1,7 +1,7 @@
Here's how to format Python code on Discord:

\```py
\`\`\`py
print('Hello world!')
\```
\`\`\`

**These are backticks, not quotes.** Check [this](https://superuser.com/questions/254076/how-do-i-type-the-tick-and-backtick-characters-on-windows/254077#254077) out if you can't find the backtick key.

0 comments on commit 93fb741

Please sign in to comment.