Closed bdteo closed 6 years ago
Example: convertToHtml(): [b]xxx[/b] is correctly converted to <b>xxx</b>
[b]xxx[/b]
<b>xxx</b>
convertFromHTML(): Trying to convert <b>xxx</b> results in [b][/b] - no content inbetween.
[b][/b]
Should be fixed now.
Example: convertToHtml():
[b]xxx[/b]
is correctly converted to<b>xxx</b>
convertFromHTML(): Trying to convert
<b>xxx</b>
results in[b][/b]
- no content inbetween.