Fix #1565: Show warning if Pygments throws an ErrorToken

This commit is contained in:
Takeshi KOMIYA
2016-01-18 15:31:44 +09:00
parent 5574aba60e
commit 0329edc510
5 changed files with 15 additions and 2 deletions

View File

@@ -266,6 +266,12 @@ Code blocks
false
end
.. code-block:: c
import sys
sys.stdout.write('hello world!\n')
Misc stuff
----------