Links don't work with digits in URL
Opened this issue · 4 comments
Deleted user commented
(using version 1.3.1 from Maven)
This markup:
Try a [reference][here].
[here]: http://www.example-0.com/
gives
Try a reference.
0.com/
Also inline links give a parse error,
org.tautua.markdownpapers.parser.ParseException: Encountered " <NUMBERING> "0. ""
It seems to be punctuation followed by a number; www.example1.com is OK, www.example-1.com is not.
lruiz commented
I´m working on it, sorry for the delay.
Deleted user commented
No problem. I think the problem is in the parser; I tried to fix it myself but I don't have the experience with javacc. Let me know if I can help in any way.
lruiz commented
Version 1.3.2 was released, it should be in the maven repo soon.
Deleted user commented
Easy when you know how! Thanks for your help with that.