##// END OF EJS Templates
Refactoring for the rename of ConverterTemplate to Exporter.
Refactoring for the rename of ConverterTemplate to Exporter.

File last commit:

r10386:6416b524
r10430:0f226b75
Show More
markdown.py
11 lines | 226 B | text/x-python | PythonLexer
c = get_config()
c.ConverterTemplate.template_file='markdown'
c.NbconvertApp.fileext='md'
c.GlobalConfigurable.display_data_priority=['svg', 'png', 'latex', 'jpg', 'jpeg','text']
c.ExtractFigureTransformer.enabled=True