Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
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
|
---|