module documentation

Pygments lexer for our custom shell example sessions.

The lexer support the following custom markup:

  • comments: # this is a comment
  • command lines: '$ ' at the beginning of a line denotes a command
  • variable input: %input% (works in both commands and screen output)
  • otherwise, regular text output from commands will be plain
Class ShellExampleLexer Undocumented
Function setup Undocumented
def setup(app):

Undocumented