Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Markdown filters This file contains a collection of utility filters for dealing with markdown within Jinja templates.
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 via pandoc
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
|