40 INPUT_FORMATS = ['native', 'markdown', 'rst', 'html', 'latex'] |
40 INPUT_FORMATS = ['native', 'markdown', 'rst', 'html', 'latex'] |
41 OUTPUT_FORMATS = ['native', 'html', 's5', 'docbook', 'opendocument', 'odt', 'latex', 'context', 'texinfo', 'man', 'markdown', 'rst', 'mediawiki', 'rtf', 'pdf'] |
41 OUTPUT_FORMATS = ['native', 'html', 's5', 'docbook', 'opendocument', 'odt', 'latex', 'context', 'texinfo', 'man', 'markdown', 'rst', 'mediawiki', 'rtf', 'pdf', 'epub'] |
44 CHOICES_INPUT_FORMATS = [(f, f) for f in ['markdown', 'rst', 'html']] |
44 CHOICES_INPUT_FORMATS = [(f, f) for f in ['markdown', 'rst', 'html']] |