Avoid formatting gratuitously breaking RicherSyntaxPlugin
RicherSyntaxPlugin provides a number of nice improvements to TWiki markup. However, one of these causes difficulties with some of the original TWiki topics: If a line in a list or table is indented more than the previous line, this line is taken to be a continuation of the previous line. There are certain topics in the standard distribution where rows of a table are indented further than the first line, for no obvious reason. These tables will render incorrectly, when
RicherSyntaxPlugin is used.
An example is
TWikiMetaData. I have attached a patch which corrects this topic. If I find others, I will post patches as well...
Test case
Environment
| TWiki version: |
Athens |
| TWiki plugins: |
RicherSyntaxPlugin |
| Server OS: |
All |
| Web server: |
|
| Perl version: |
|
| Client OS: |
All |
| Web Browser: |
All |
--
ThomasWeigert - 11 Nov 2002
Follow up
Fix record
The indent of table rows from the second row on is simply a way to visualize new rows. If a long table row wraps around it is difficult to see where a row starts, the indent helps.
Anyway, I removed the leading spaces from
TWikiMetaData.
--
PeterThoeny - 11 Dec 2002