URL with "!" character produces ParseException
clacote opened this issue · 4 comments
clacote commented
A markdown content with a link to an URL containing "!" character (like a Twitter URL) produces a ParseException.
For example, the following content produces ParseException : [My twitter account](https://twitter.com/#!/clacote)
lruiz commented
Done!!!
It will be released this weekend (to give time to other issues arise), while could you verify if it works by building it from the code, I will appreciate your help.
lruiz commented
Released to maven repository
clacote commented
Sorry for not having find the time to test it from master. Now it's released in Maven, I'll test it through Play! Framework module "Markdown", my final target.
clacote commented
Works perfectly, thanks!