Hey.
I need a lightweight, easy and customizable (i can control which tags to be enabled/disabled) library to identify and replace "wiki-ish" markup language to HTML in Strings.
For example:
[b]hello[/b] would be <strong>hello</strong>
[url]hello[/url] would be <a href="hello">hello</a>