##// END OF EJS Templates
Backport PR #5488: Added missing require and jquery from cdn....
Backport PR #5488: Added missing require and jquery from cdn. For some reason (I suppose some changes at the css level) the font size inside the input cells was fixed at 14 px... making the fonts really small in the reveal slideshows. This is really annoying... As a plus, I have also added the missing calls for require and jquery (as the full html template does). I think these fixes belong to 2.0, but I also know we are on the edge... so I hope to get it inside :wink: Cheers.

File last commit:

r12505:1cf4e29e
r16230:ba262623
Show More
__init__.py
7 lines | 167 B | text/x-python | PythonLexer
Brian E. Granger
Fixing import logic.
r11088 from .ansi import *
Jonathan Frederic
Rebase changes made by hand
r12505 from .citation 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 *