Hi,
Regarding the
http://jira.xwiki.org/jira/browse/XWIKI-2963 issue, this
is how I propose the macro to look like:
{{columnedtext}}
{{column with="40%"}}
My first text
{{/column}}
{{column with="60%"}}
My second text
{{/column}}
{{/columnedtext}}
This way, depending on how many {{column}} blocks it finds, the macro
transformer has a complete overview over the text to be arranged in
columns.
What do you say?
Tnx.
Dan