how can I use wiki markup in a usermacro (or something else which produces the dynamic output, done in the user macro editor), when using Confluence 4.0.
In Confluence 3.5.3 I had a macro with the following content, which I want to migrate:
{info:title=Table of content}
{toc}
{info}
Ok, I found out how to solve this. You have to write XHTML, the following shows how the example above would look like in XHTML:
Another dirty approach I found is to use the transition markup (may become obsolete in the future):