Skip to content

Doesn't convert bbcode within url tags #17

@cyphix333

Description

@cyphix333

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions