mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
Fix doc
This commit is contained in:
parent
e3d4d1973e
commit
ca075fb06d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue