##// END OF EJS Templates
Merge pull request #7106 from damontallen/master...
Matthias Bussonnier -
r19483:acb3b575 merge
parent child Browse files
Show More
@@ -13,7 +13,7 b' class NbConvertBase(LoggingConfigurable):'
13 13 Useful for display data priority that might be use by many transformers
14 14 """
15 15
16 display_data_priority = List(['text/html', 'application/pdf', 'image/svg+xml', 'text/latex', 'image/png', 'image/jpeg', 'text/plain'],
16 display_data_priority = List(['text/html', 'application/pdf', 'text/latex', 'image/svg+xml', 'image/png', 'image/jpeg', 'text/plain'],
17 17 config=True,
18 18 help= """
19 19 An ordered list of preferred output type, the first
General Comments 0
You need to be logged in to leave comments. Login now