genert / bbcode

BBCode parser with bidirectional conversion.
http://genert.org/
MIT License
80 stars 27 forks source link

Conversion to BBCode does not work at all #5

Closed bdteo closed 6 years ago

bdteo commented 6 years ago

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.

genert commented 6 years ago

Should be fixed now.