[kramdown-users] [ANN] kramdown 0.7.0 released
Shawn Van Ittersum
svicalifornia at gmail.com
Thu May 20 11:41:59 EDT 2010
OK, thanks for checking. I'll check it out again over the weekend and try to figure out what went wrong on my end.
Shawn
On Thu, 20 May 2010 03:17:48 -0400, Eric Sunshine wrote:
> On 5/19/2010 8:08 AM, Shawn Van Ittersum wrote:
>> Since switching to kramdown 0.7, inline links are no longer being
>> generated:
>> [text](target)
>> does not get interpreted. This is obviously a serious issue...
>
> I do not experience this problem. My site still compiles properly.
> This small test case:
>
> Test [link](http://www.example.com/).
>
> is properly compiled by kramdown 0.7.0 to:
>
> <p>Test <a href="http://www.example.com/">link</a>.</p>
>
> -- ES
> _______________________________________________
> kramdown-users mailing list
> kramdown-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/kramdown-users
More information about the kramdown-users
mailing list