Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).
Module containing filter functions that allow code to be highlighted from within Jinja templates.
Return a syntax-highlighted version of the input source as html output.
Parameters : | source : str
language : str
|
---|
Return a syntax-highlighted version of the input source as latex output.
Parameters : | source : str
language : str
|
---|