[kramdown-users] Table syntax and implementation
Shawn Van Ittersum
svicalifornia at gmail.com
Thu Jan 14 06:43:00 EST 2010
> * kramdown tables do not need to have a table header.
Just checking something: If the table has a separator line after any table rows, then that separator is a header separator, correct? And then all rows above it would be header rows, right?
| List | ...
| of | ...
| Things | ...
|---
| More | ...
| Things | ...
| Here | ...
The above example will not be a table of two tbody elements, but a table with three header rows (in a thead) and three regular body rows (in a tbody), right?
Shawn
On Thu, 14 Jan 2010 09:54:28 +0100, Thomas Leitner wrote:
> Hi everybody,
>
> I have updated the table syntax documentation again, added the quick
> reference section on tables and implemented the current spec. The
> latest version of the syntax spec and implementation is available on
> github for comments et al.
>
> The release of kramdown 0.4.0 will happen at the end of next week
> (~23.01.10).
>
> -- Thomas
> _______________________________________________
> kramdown-users mailing list
> kramdown-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/kramdown-users
More information about the kramdown-users
mailing list