This commit is contained in:
ChrisLR 2022-11-25 16:07:16 -05:00
parent e3d4d1973e
commit ca075fb06d

View file

@ -536,6 +536,6 @@ BBCODE_PARSER = TextToBBCODEparser()
def parse_to_bbcode(string, strip_ansi=False, parser=BBCODE_PARSER):
"""
Parses a string, replace ANSI markup with html
Parses a string, replace ANSI markup with bbcode
"""
return parser.parse(string, strip_ansi=strip_ansi)