Alexander Dietz schrieb:
> Hi,
>
> is there an easy way to put a multi-line statement into a table?
> I have the following code-expression:
>
> {{{
> import os
> import sys
> }}}
>
> and would like to set this into a table. The following does not work:
>
> || {{{
> import os
> import sys
> }}
On Thu, 2008-10-16 at 15:10 +0200, Peter Teunissen wrote:
> On Thu, October 16, 2008 12:12, Alexander Dietz wrote:
> > is there an easy way to put a multi-line statement into a table?
You can also create X pages that match X cell contents, then use the Include
macro.
It isn't a very nice, but it
On Thu, October 16, 2008 12:12, Alexander Dietz wrote:
> is there an easy way to put a multi-line statement into a table?
> I have the following code-expression:
>
> {{{
> import os
> import sys
> }}}
>
I don't know a solution in wiki syntax, but you can do it with
reStructuredText like this:
{{