[Moin-user] Multi-line expression in table

Peter Teunissen lists at onemanifest.net
Thu Oct 16 09:10:49 EDT 2008


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:

{{{#!rst
+-----------+-------+
|::         |test   |
|           |       |
| import os |       |
| import sys|       |
+-----------+-------+
}}}

-- 
Groet,


Peter Teunissen






More information about the Moin-user mailing list