##// END OF EJS Templates
Match existing highlight_source convention....
Match existing highlight_source convention. ConverterMarkdown already had something called highlight_source, so this switches around other classes to match. Arguably this is not as descriptive as it should be, since code within Markdown cells is still highlighted.

File last commit:

r8766:0f9a80e1 merge
r8778:2e27369c
Show More
__init__.py
7 lines | 254 B | text/x-python | PythonLexer
from .html import ConverterHTML
from .markdown import ConverterMarkdown
from .bloggerhtml import ConverterBloggerHTML
from .rst import ConverterRST
from .latex import ConverterLaTeX
from .python import ConverterPy
from .notebook import ConverterNotebook