##// END OF EJS Templates
Fix, sphinx template not removing new lines from headers
Fix, sphinx template not removing new lines from headers

File last commit:

r12265:c4c07de8
r12453:eee06b7d
Show More
__init__.py
6 lines | 166 B | text/x-python | PythonLexer
Brian E. Granger
Fixing import logic.
r11088 from .ansi import *
Brian E. Granger
Fixing import for nbconvert.
r11089 from .datatypefilter import *
Brian E. Granger
Fixing import logic.
r11088 from .highlight import *
from .latex import *
from .markdown import *
Brian E. Granger
Adding citation support.
r12265 from .strings import *
from .citation import *