```python if True: print "hi" ``` That's using the *fenced-code-blocks* extra with Python syntax coloring, if `pygments` is installed. See . ```ruby def foo puts "hi" end ```