milesj / decoda

A lightweight lexical string parser for BBCode styled markup.
MIT License
196 stars 52 forks source link

Improved URL and email handling #119

Closed vladrusu closed 7 years ago

vladrusu commented 7 years ago

Also simplified logic (replace done beforeParse).

See https://github.com/milesj/decoda/issues/116 for email fail example.

milesj commented 7 years ago

Thanks for all these PRs. You'll need to fix the tests however.

vladrusu commented 7 years ago

Hello ! I updated the files and also added pull requests for tests. I am not that familiar with Git/Github so sorry for the multiple posts/PRs.

PS: I did the updated tests and are passing with 100%.