summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-01-29 20:36:13 +0100
committerandi <andi@splitbrain.org>2005-01-29 20:36:13 +0100
commitd648703944e713a7efeaf320ac57a0d1b41a353e (patch)
tree2d6e27564f0146aa54f57cc5ce4c6893ee34e093 /data
parent93470c105af0ae116dda52665e16c8eef839b887 (diff)
downloadrpg-d648703944e713a7efeaf320ac57a0d1b41a353e.tar.gz
rpg-d648703944e713a7efeaf320ac57a0d1b41a353e.tar.bz2
tablealign (#64) and addional break (#83)
darcs-hash:20050129193613-9977f-ef148b52b8323fe5dfe4d4290fe1eb172040b04e.gz
Diffstat (limited to 'data')
-rw-r--r--data/wiki/syntax.txt14
1 files changed, 14 insertions, 0 deletions
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''.