```` % pandoc -t revealjs --syntax-highlighting=idiomatic # Slide ```python def hello(): print("Hello") ``` ^D

Slide

def hello():
    print("Hello")
````