[kramdown-users] kramdown table-making has gone completely insane
Thomas Leitner
t_leitner at gmx.at
Fri Oct 15 04:04:14 EDT 2010
On 2010-10-15 02:57 +0700 Shawn Van Ittersum wrote:
> Are multi-line code spans allowed in kramdown? Must they be written
> as indented code blocks?
If you think of something like this:
`this is a codespan
which spans
serveral lines`
then yes, multi-line code spans are available in kramdown. However, if
you view the output in a browser you will see that whitespace
normalization is applied to the `<code>` element (multiple whitespace
characters are compressed into one space character).
-- Thomas
More information about the kramdown-users
mailing list