Liked
Will McGugan (@willmcgugan@mastodon.social)
Post details
Here's a Markdown tip which I don't think is well known. Triple backticks marks a code block. But if your code happens to contain three backticks you can use quadruple backtacks (or more) for the code block. i.e. ````python print("```") ````