Merge pull request #55 from chebee7i/emphlinenos

Emphasized Lines and Line Numbers
This commit is contained in:
Dave Snider 2013-11-11 16:40:04 -08:00
commit 4781d7f23a
2 changed files with 15 additions and 1 deletions

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
========

File diff suppressed because one or more lines are too long