ExPygments v1.0.0 Pygments View Source
Syntax highlight using Pygments.
Link to this section Summary
Functions
Highlight source code
Highlight source code parsed through a markdown engine
Start the application
Link to this section Functions
Link to this function
highlight(source, language \\ "text") View Source
Highlight source code.
Link to this function
highlight_escaped(source, language \\ "text") View Source
Highlight source code parsed through a markdown engine.
Link to this function
start(type, args) View Source
Start the application.