module documentation

pygments.formatters.pangomarkup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Formatter for Pango markup output. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class PangoMarkupFormatter 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): (source)

Escape & and < for Pango Markup.

_escape_table = (source)

Undocumented