[kramdown-users] Implementation of line wrapping a.k.a. lazy syntax
Thomas Leitner
t_leitner at gmx.at
Sat Sep 25 02:44:40 EDT 2010
On 2010-09-24 12:55 -0700 Matt Neuburg wrote:
> On or about 9/22/10 8:40 AM, thus spake "Thomas Leitner"
> <t_leitner at gmx.at>:
>
> > I have tried to fix all issues I came across when implementing this
> > but there may be some edge cases I have overlooked. Therefore
> > please test and let me know if you find something that does not
> > work at all or as expected!
>
> It is very difficult to perform such testing when you do not change
> the VERSION between these updates, since the script has no way to
> confirm whether it is running against the desired version of
> Kramdown. I can fix this by changing the VERSION myself, but it would
> be nice, in general, if you would do this at your end.
The code in the repository will become version 0.11.0 whereas the
latest released code is version 0.10.0. I.e. lib/kramdown/version.rb
on Github has the following code:
module Kramdown
# The kramdown version.
VERSION = '0.11.0'
end
So I have already updated the version number.
-- Thomas
More information about the kramdown-users
mailing list