-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Given input like:
>>> import bbcode
>>> bbcode.render_html('He said "[I]n the matter of X v Y, X wins".')
'He said "<em>n the matter of X v Y, X wins".</em>'Is it possible to have the mis-identified tag – or tags in general – not close except when there is a matching closing tag, eg [/i]? (Such behaviour is default in phpBB, for example).
Thanks for any help.
Metadata
Metadata
Assignees
Labels
No labels