Creating a slidy page with labeled sections treats the sections as if they were enclosed in pre tags.
Example:
In my source page I have something like this:
<section begin=name /> Here's some content. <section end=name />
In my target slidy page I do this:
<slidy theme="w3" /> == Introduction == {{#lst:SourcPage|name}}
Instead of getting a nice slide with "Here is some content" (as I see in the non-slidy view of the target page), I see:
{{#lst:SourcPage|name}}
I'm using: MediaWiki 1.16.5 PHP 5.2.5 (apache2handler) MySQL 4.1.22-max-log