module documentation

Undocumented

Constant FORMATTERS Undocumented
FORMATTERS: dict[str, tuple] = (source)

Undocumented

Value
{'BBCodeFormatter': ('pygments.formatters.bbcode',
                     'BBCode',
                     ('bbcode', 'bb'),
                     (),
                     'Format tokens with BBcodes. These formatting codes are use
d by many bulletin boards, so you can highlight your sourcecode with pygments be
fore posting it there.'),
...