##// 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
Matthias BUSSONNIER
inherit blogger
r9632 c = get_config()
c.ConverterTemplate.template_file='basichtml'
Matthias BUSSONNIER
fix fileext and html multidisplay
r9637 c.NbconvertApp.fileext='html'
Matthias BUSSONNIER
move html header out
r9654 c.CSSHtmlHeaderTransformer.enabled=True