Examples

#pragma slides 
#pragma notes 

<<Action(SlideShow)>>

##slide
= slide content 1 =
 * blah
##notes
= slide notes =
 * some notes
##slide
= slide content 1 =
 * blah

This page has the processing instruction #pragma slides 2 and will be divided into slides on level 2 headings by SlideShow.

Hint

If the content under a slide heading is too much to display in one slide but suitable for display in the rendered page, it can be split across to slides as follows.

##slide
= slide 1 =
 * blah
 * blah
##slide = slide 1 continued =
 * blah
 * blah

Unfortunately, the comment line creates uneven spacing for list items (as above) and breaks a numbered sequence when the page is rendered. This does not happen when the comment line is inserted between normal text paragraphs, a series of headings or even when inserted in a table (as below). So there is an inconsistency in the wiki formatter that needs investigating and patching for the above to work ideally.

##slide
= slide 1 =
||blah||
||blah||
##slide = slide 1 continued =
||blah||
||blah||