mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 14:16:32 +01:00
5 lines
111 B
Python
5 lines
111 B
Python
from .bbcode import PARSER as BBCODE_PARSER
|
|
|
|
def parse_bbcode(text:str):
|
|
return BBCODE_PARSER.format(text)
|