Formatting examples

In all cases, click the “Page Source” link in the footer to inspect the source code that generates the content here.

Inline examples

Code examples

# Example of syntax highlighting for Python
import this
for i in range(len(x)):
    print(x)
    if i > 10:
        raise ValueError('too high!')
# Some bash
export PATH="$PATH:/opt/bin"
$(echo "ls") /opt/bin &> log

Paragraph-level markup

Warning

Yikes.

Note

Noted.

See also

Nothing to see here.