Show More
@@ -38,6 +38,12 b' class MarkdownExporter(TemplateExporter):' | |||
|
38 | 38 | |
|
39 | 39 | @property |
|
40 | 40 | def default_config(self): |
|
41 | c = Config({'ExtractOutputPreprocessor':{'enabled':True}}) | |
|
41 | c = Config({ | |
|
42 | 'NbConvertBase': { | |
|
43 | 'display_data_priority': ['html', 'application/pdf', 'svg', 'latex', 'png', 'jpg', 'jpeg' , 'text'] | |
|
44 | }, | |
|
45 | 'ExtractOutputPreprocessor': { | |
|
46 | 'enabled':True} | |
|
47 | }) | |
|
42 | 48 | c.merge(super(MarkdownExporter,self).default_config) |
|
43 | 49 | return c |
General Comments 0
You need to be logged in to leave comments.
Login now