Code

An easy way to insert code is to use the triple backticks like so:

1
2
3
# Code from some language.
for each item in list:
    buy item

Refer to the corresponding Markdown file for the exact syntax.