[kramdown-users] kramdown table-making has gone completely insane
Thomas Leitner
t_leitner at gmx.at
Mon Oct 11 09:54:52 EDT 2010
On 2010-10-11 22:09 +1100 Shawn Van Ittersum wrote:
> For whole-line code blocks (lines indented by spaces so that the
> entire line is considered a code-block), the solution is easy: don't
> apply kramdown processing to the contents of the line.
>
> Is there any other syntax besides ` characters and leading spaces to
> trigger a code block? If not, then I've covered both cases with
> simple, fast solutions to disable kramdown processing of the contents.
First, you shouldn't confuse [code spans][1] and [code blocks][2].
Second, kramdown does neither process the contents of code spans nor
the contents of code blocks!
-- Thomas
[1]: http://kramdown.rubyforge.org/syntax.html#code-spans
[2]: http://kramdown.rubyforge.org/syntax.html#code-blocks
More information about the kramdown-users
mailing list