.. code-block:: python :emphasize-lines: 3,4 def some_function(): interesting = False print 'This line is highlighted.' print 'This one is not...' print '...but this one is.'