diff options
-rw-r--r-- | TWiki/TextFormattingRules.mdwn | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 12c1667d..481ba697 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -158,11 +158,14 @@ class CatAnimal { </td> </tr> <tr> - <td valign="top"><strong>Table:</strong><br /> Optional spaces followed by the cells enclosed in vertical bars. </td> + <td valign="top"><strong>Table:</strong><br /> Optional spaces followed by the cells enclosed in vertical bars. <br /><strong><em>Note:</em></strong> 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 <code>'\'</code> backslash character. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> | A1 | B1 | C1 | | A2 | B2 | C2 | -</pre> </font></span></td> +| A3 \<nop> + | next \<nop> + | next | +</nop></nop></pre> </font></span></td> <td valign="top"> <table border="1" cellpadding="1" cellspacing="0"> <tr> @@ -175,6 +178,11 @@ class CatAnimal { <td> B2 </td> <td> C2 </td> </tr> + <tr> + <td> A3 </td> + <td> next </td> + <td> next </td> + </tr> </table> </td> </tr> @@ -201,16 +209,6 @@ class CatAnimal { </pre> </font></span></td> <td valign="top"><nop>SunOS </nop></td> </tr> - <tr> - <td valign="top"><strong>Disable Links:</strong><br /> You can disable automatic linking of <span style="background:"><font color="">Wiki Words</font></span><a href="http://LOCATION/WikiWords">?</a> by surround text with <code>&lt;noautolink&gt;</code> and <code>&lt;/noautolink&gt;</code> tags. <br /><strong><em>Note:</em></strong> Each tag must be on a line by itself. </td> - <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> - &lt;noautolink&gt; - RedHat &amp; - SuSE - &lt;/noautolink&gt; -</pre> </font></span></td> - <td valign="top"><noautolink> RedHat &amp; SuSE </noautolink></td> - </tr> </table> **HTML** |