diff options
| author | Georg Brandl <georg@python.org> | 2014-01-11 10:00:49 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-11 10:00:49 +0100 |
| commit | 762ca40c06b17522bcb9f14f7526a6a13c6a8e56 (patch) | |
| tree | 88f98b7b9b798db5beaf48a4990b07e59402a783 /doc/markup/code.rst | |
| parent | fa12d9b487ca5e71c04a602995751c46b0736b18 (diff) | |
| download | sphinx-762ca40c06b17522bcb9f14f7526a6a13c6a8e56.tar.gz | |
Closes #845: In code blocks, when the selected lexer fails, display line numbers nevertheless if configured.
Diffstat (limited to 'doc/markup/code.rst')
| -rw-r--r-- | doc/markup/code.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index c0e7e8eb..98fdad7d 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -62,8 +62,8 @@ installed) and handled in a smart way: * ``c`` * ... and any other lexer name that Pygments supports. -* If highlighting with the selected language fails, the block is not highlighted - in any way. +* If highlighting with the selected language fails (i.e. Pygments emits an + "Error" token), the block is not highlighted in any way. Line numbers ^^^^^^^^^^^^ |
