[kramdown-users] [ANN] kramdown 0.7.0 released
Thomas Leitner
t_leitner at gmx.at
Thu May 20 01:34:56 EDT 2010
On Wed, 19 May 2010 22:08:46 +1000
Shawn Van Ittersum <svicalifornia at gmail.com> wrote:
> Hi Thomas,
>
> 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 can't reproduce the error with the line given above:
$ ruby -Ilib bin/kramdown
[text](target)^D
<p><a href="target">text</a></p>
So this works. Can you provide a complete example where this doesn't
work?
-- Thomas
More information about the kramdown-users
mailing list