Add example of emphasized lines with line numbers.

This commit is contained in:
chebee7i 2013-11-11 18:33:47 -06:00
parent ec665d04b6
commit 720329cbe1

View File

@ -178,6 +178,20 @@ documentation for it.
| Thing3 |
+---------+
Emphasized lines with line numbers
==================================
.. code-block:: python
:linenos:
:emphasize-lines: 3,5
def some_function():
interesting = False
print 'This line is highlighted.'
print 'This one is not...'
print '...but this one is.'
Citation
========