[Instiki] Couple of tables in wiki page

Ricardo Acras ricardo at acras.net
Sat Jun 2 15:55:26 EDT 2007


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
ricardo at acras.net
Acras Desenvolvimento de Sistemas
+55+41-3232-6404
www.acras.net


More information about the Instiki-users mailing list