\n\n'''\n\nDOC_FOOTER = '''\\\n
\n\n'''\n\n\nclass HtmlFormatter(Formatter):\n r\"\"\"\n Format tokens as HTML 4 ```` tags within a ``
`` tag, wrapped\n in a ``
`` tag. The ``
``'s CSS class can be set by the `cssclass`\n option.\n\n If the `linenos` option is set to ``\"table\"``, the ``
`` is\n additionally wrapped inside a ``
`` which has one row and two\n cells: one containing the line numbers and one containing the code.\n Example:\n\n .. sourcecode:: html\n\n
\n
\n
\n
1\n 2
\n
\n
\n
def foo(bar):\n pass\n
\n
\n
\n\n (whitespace added to improve clarity).\n\n Wrapping can be disabled using the `nowrap` option.\n\n A list of lines can be specified using the `hl_lines` option to make these\n lines highlighted (as of Pygments 0.11).\n\n With the `full` option, a complete HTML 4 document is output, including\n the style definitions inside a ``