Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Markdown filters This file contains a collection of utility filters for dealing with markdown within Jinja templates.
Bases: IPython.nbconvert.utils.exceptions.ConversionException
Exception raised when node.js is missing.
Convert a markdown string to LaTeX via pandoc.
This function will raise an error if pandoc is not installed. Any error messages generated by pandoc are printed to stderr.
Parameters: | source : string
|
---|---|
Returns: | out : string
|
Convert a markdown string to HTML
Convert a markdown string to HTML via pandoc
Convert a markdown string to HTML via marked
Convert a markdown string to ReST via pandoc.
This function will raise an error if pandoc is not installed. Any error messages generated by pandoc are printed to stderr.
Parameters: | source : string
|
---|---|
Returns: | out : string
|