module documentation

Formatter for Pango markup output.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Class ​Pango​Markup​Formatter Format tokens as Pango Markup code. It can then be rendered to an SVG.
Function escape​_special​_chars Escape & and < for Pango Markup.
Variable ​_escape​_table Undocumented
def escape_special_chars(text, table=_escape_table):
Escape & and < for Pango Markup.
_escape_table =

Undocumented