Hello,

  I want to create a wiki page with some tables and I think I found
some kind of misfunction. To reproduce it follow these steps

1. create a new page
2. edit it with the following text (note the empty line)
|a|b|
|c|d|

|e|f|
3. the produced html is as follows
<div id="revision">
  <table>
                <tr>
                        <td>a</td>
                        <td>b</td>
                </tr>

                <tr>
                        <td>c</td>
                        <td>d</td>
                        <td><br />
</td>
                        <td>e</td>
                        <td>f</td>

                </tr>
        </table>
</div>
4. insert the same textile code in this page:
http://www.textism.com/tools/textile/index.php
5. Compare the results:
   In the first case (within Instiki) the empty line produces a <br />
tag and in the second case it produces a new table.


  I am new to wiki formatting, but this seems to me as a bug. Is it?

-- 
Ricardo Acras
[EMAIL PROTECTED]
Acras Desenvolvimento de Sistemas
+55+41-3232-6404
www.acras.net
_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to