Closed tristanjuricek closed 15 years ago
It looks like a regular expression might be off.
When I used the following source, the links were off:
# Test # [Link][] leads to [another][] link. [link]: http://example.com/link [another]: http://another.com/another
But I if I alter it just slightly to have the first reference link use the name, both links work.
# Test # [Link][link] leads to [another][] link. [link]: http://example.com/link [another]: http://another.com/another
Huh? Is it that case-insensitivity breaks all links?
Added unit test in 0.5.0-SNAPSHOT, will be released.
It looks like a regular expression might be off.
When I used the following source, the links were off:
But I if I alter it just slightly to have the first reference link use the name, both links work.
Huh? Is it that case-insensitivity breaks all links?