Open main menu

Changes

Add table example
== ConTeXt-related stuff ==
 
{|
| Categorize a command
To linkify a command you should use the the template form, because the tags don't create a working link.
 
== Tables ==
A table with
* top-aligned cell entries
* left-aligned headers
* nice borders
* alternating row colors
 
There is no way to apply styles to columns, alas.
 
<pre>
{| align=right" class="zebra wikitable"
|- style="text-align: left"
! Header 1
! Header 2
|- style="vertical-align: top"
| Short entry
| This is a rather wide <br /> multi-line entry
|-
|}
</pre>
 
{| align=right" class="zebra wikitable"
|- style="text-align: left"
! Header 1
! Header 2
|- style="vertical-align: top"
| Short entry
| This is a rather wide <br /> multi-line entry
|-
|}