Changes

Jump to navigation Jump to search
m
no edit summary
== ConTeXt-related stuff ==
 
{|
| Categorize a command
text in between + result
| <code><nowiki><context source="yes" text="bla">...</context></nowiki></code>
|-
| To run the code as mkiv
| <code><nowiki><context mode=mkiv>...</context></nowiki></code>
|}
 
To linkify a command you should use the the template form, because the tags don't create a working link.
 
== Tables ==
A table that
* floats to the right
* has top-aligned cell entries
* has left-aligned headers
* has nice borders.
 
There is no way to apply styles to columns, alas.
 
{| align="right" class="wikitable"
|-
! style="text-align: left" | Header 1
! style="text-align: left" | Header 2
|- style="vertical-align: top"
| Short entry
| This is a rather wide <br /> multi-line entry
|- style="vertical-align: top"
| Short entry
| This is a rather wide <br /> multi-line entry
|-
|}
You should use the the template form, because the tags don't linkify the command properly.<pre>{| align="right" class="wikitable"|- ! style="text-align: left" | Header 1! style="text-align: left" | Header 2|- style="vertical-align: top"| Short entry| This is a rather wide <br /> multi-line entry|- style="vertical-align: top"| Short entry| This is a rather wide <br /> multi-line entry|- |}</pre>

Navigation menu