Closes #845: In code blocks, when the selected lexer fails, display line numbers nevertheless if configured.

This commit is contained in:
Georg Brandl
2014-01-11 10:00:49 +01:00
parent 2a663ee71c
commit b29226a060
3 changed files with 16 additions and 13 deletions
+2 -2
View File
@@ -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
^^^^^^^^^^^^