-
Notifications
You must be signed in to change notification settings - Fork 14
Doesn't convert bbcode within url tags #17
Copy link
Copy link
Open
Description
Been looking for a good bbcode to html parser and so far SBBCodeParser has passed all the tests except it doesn't seem to parse bbcode inside [url] tags.... ie;
[url=http://moo.com][color=#9966ff]a colored text link[/color][/url]
is converted to:
<a href="http://moo.com">[color=#9966ff]a colored text link[/color]</a>
and..
[url=http://moo.com][b]a bold text link[/b][/url]
is converted to:
<a href="http://moo.com">[b]a bold text link[/b]</a>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels