From 0234ded46b9a5257998be5004ced226b12b6d521 Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Thu, 5 Apr 2001 07:31:04 +0000 Subject: none --- TWiki/TextFormattingRules.mdwn | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'TWiki') diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 0c6f302e..a66c871b 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -169,28 +169,39 @@ class CatAnimal { - Table:
Optional spaces followed by the cells enclosed in vertical bars.
Note: In case you have a long row and you want it to be more readable when you edit the table you can split the row into lines that end with a '\' backslash character. + Table:
Optional spaces followed by the cells enclosed in vertical bars.
Note: | *bold* | cells are rendered as table headers.
Note: |   spaced   | cells are rendered center aligned.
Note: |     spaced | cells are rendered right aligned.
Note: | 2 colspan || cells are rendered as multi-span columns.
Note: In case you have a long row and you want it to be more readable when you edit the table you can split the row into lines that end with a '\' backslash character.
+
-| A1 | B1 | C1 |
-| A2 | B2 | C2 |
-| A3 \
+| *L* | *C* | *R* |
+| A2 |  2  |  2 |
+| A3 |  3  |  3 |
+| multi span |||
+| A4 \
   | next \
   | next |
 
- - - + + + - - + + + + + + + + + + -- cgit v1.2.3
A1 B1 C1 LCR
A2 B2 C2 2 2
A3 3 3
multi span
A4 next next