##// 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:

r9706:ecffb1e3
r9776:328a2ce9
Show More
base_html.nbcv
8 lines | 137 B | text/plain | TextLexer
c = get_config()
c.ConverterTemplate.template_file='basichtml'
c.NbconvertApp.fileext='html'
c.CSSHtmlHeaderTransformer.enabled=True