Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: nbconvert.exporters.markdown¶
Markdown Exporter class
1 Class¶
- 
class IPython.nbconvert.exporters.markdown.MarkdownExporter(config=None, extra_loaders=None, **kw)¶
- Bases: - IPython.nbconvert.exporters.templateexporter.TemplateExporter- Exports to a markdown document (.md) 
