##// END OF EJS Templates
There is a bug in pandoc < 1.12.1 where the --no-highlight option is not honored...
There is a bug in pandoc < 1.12.1 where the --no-highlight option is not honored in some situations. The IPython.nbconvert.utils.pandoc module prints a warning if minimal version is not satisfied..

File last commit:

r11754:d59fec67
r14759:d5ce3576
Show More
__init__.py
3 lines | 93 B | text/x-python | PythonLexer
from .files import FilesWriter
from .stdout import StdoutWriter
from .base import WriterBase