[kramdown-users] kramdown table-making has gone completely insane
Thomas Leitner
t_leitner at gmx.at
Sat Oct 16 03:24:47 EDT 2010
On 2010-10-10 08:34 -0700 Matt Neuburg wrote:
> require 'kramdown'
> s = <<END
> The operator `||` is called logical-or.
> END
> puts Kramdown::Document.new(s).to_html
I have just pushed the latest changes to the Github repository. Pipe
characters in code spans in tables do *not* need to be escaped anymore.
I hope the change fixes all the discussed problems. The above example
works now correctly!
-- Thomas
More information about the kramdown-users
mailing list