On Thu, 17 Mar 2005 16:18:35 +0000, Archie Campbell
<cephalicmarble@xxxxxxxxxxxxxxxx> wrote:
> I'm in process of replacing the table generator in class.WikiParser.php.
> It now processes the following without problems...
>
> <table>
> |-
> | Cell 1, row 1
> |rowspan=2|
> * list
> * list2
> | Cell 3, row 1
> |-
> | Cell 1, row 2
> | Cell 3, row 2
> </table>
>
> <table border="1" cellpadding="2">
> |+Multiplication table
> |-
> ! * !! 1 !! 2 !! 3
> |-
> ! 1
> | 1 || 2 || 3
> |-
> ! 2
> | 2 || 4 || 6
> |-
> ! 3
> | 3 || 6 || 9
> |-
> ! 4
> | 4 || 8 || 12
> |-
> ! 5
> | 5 || 10 || 15
> </table>
>
+1 =)
Does coWiki still work with the old style of table? If not, then we
will need to have a database "translator" for the next stable release
of coWiki.
|