Skip to content

Doesn't convert bbcode within url tags #17

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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