##// END OF EJS Templates
Added code to fix the math $ in the notebook so it...
Added code to fix the math $ in the notebook so it works with markdown2latex.

File last commit:

r9645:bfc9ce45
r9776:328a2ce9
Show More
reveal.nbcv
7 lines | 133 B | text/plain | TextLexer
c = get_config()
load_subconfig('base_html.nbcv')
c.ConverterTemplate.template_file='reveal'
c.NbconvertApp.fileext='reveal.html'