lruiz/MarkdownPapers

URL with "!" character produces ParseException

clacote opened this issue · 4 comments

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)

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.

Released to maven repository

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.

Works perfectly, thanks!