veger / ruby-bbcode

Convert BBCode to HTML and check whether the BBCode is valid
http://rubygems.org/gems/ruby-bbcode
MIT License
28 stars 29 forks source link

Link tag with other tags inside #32

Closed almaron closed 5 years ago

almaron commented 5 years ago

It should be possible to have other tags inside a [url] tag. At least those: img, b, i, u, s.

Proposed solution - change the url tag settings in the parser.

veger commented 5 years ago

So you want to have something like

[url=http://www.google.com][b]Google[/b][/url]

that recognizes the [b] tags an converts them properly?