The parser works great but I'm trying to add some more processing.
I need to convert "http://blahblah" strings to links. I know it's not BBCode but that's the requirement. I'm currently doing that with Regex, but I figure a parser would be more efficient. Can someone point me to where should modify the code?