From d648703944e713a7efeaf320ac57a0d1b41a353e Mon Sep 17 00:00:00 2001 From: andi Date: Sat, 29 Jan 2005 20:36:13 +0100 Subject: tablealign (#64) and addional break (#83) darcs-hash:20050129193613-9977f-ef148b52b8323fe5dfe4d4290fe1eb172040b04e.gz --- data/wiki/syntax.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'data') diff --git a/data/wiki/syntax.txt b/data/wiki/syntax.txt index e315ceed7..ecb07133a 100644 --- a/data/wiki/syntax.txt +++ b/data/wiki/syntax.txt @@ -251,6 +251,20 @@ As you can see, it's the cell separator before a cell which decides about the fo Note: Vertical spans (rowspan) are not possible. +You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text. + +^ Table with alignment ^^^ +| right| center |left | +|left | right| center | +| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | + +This is how it looks in the source: + + ^ Table with alignment ^^^ + | right| center |left | + |left | right| center | + | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | + ===== Nonparsed Blocks ===== You can include non parsed blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''code'' or ''file''. -- cgit v1.2.3