summaryrefslogtreecommitdiff
path: root/TWiki/TextFormattingRules.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-02-10 10:09:44 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-02-10 10:09:44 +0000
commit575ba0a875dccf9e0afc86485b9f4004fba442f4 (patch)
tree9813d3b22013c81bf314c5a6300e025be17c62e7 /TWiki/TextFormattingRules.mdwn
parentcd5439e2f3602071a3221e42235b071f2844d5ca (diff)
none
Diffstat (limited to 'TWiki/TextFormattingRules.mdwn')
-rw-r--r--TWiki/TextFormattingRules.mdwn22
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>&amp;lt;noautolink&amp;gt;</code> and <code>&amp;lt;/noautolink&amp;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>
- &amp;lt;noautolink&amp;gt;
- RedHat &amp;amp;
- SuSE
- &amp;lt;/noautolink&amp;gt;
-</pre> </font></span></td>
- <td valign="top"><noautolink> RedHat &amp;amp; SuSE </noautolink></td>
- </tr>
</table>
**HTML**