diff options
Diffstat (limited to 'pygments/formatters/bbcode.py')
-rw-r--r-- | pygments/formatters/bbcode.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pygments/formatters/bbcode.py b/pygments/formatters/bbcode.py index 0496b463..676bd2ea 100644 --- a/pygments/formatters/bbcode.py +++ b/pygments/formatters/bbcode.py @@ -33,6 +33,10 @@ class BBCodeFormatter(Formatter): Additional options accepted: + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + `codetag` If set to true, put the output into ``[code]`` tags (default: ``false``) |