Example parade file that would split slides on ## instead of the default #.
title "My Presentation"
split_slides_on "##"
Likely it would be good to allow for the user to specify more than one parameter.
title "My Presentation"
split_slides_on "#", "##", "###"
Example parade file that would split slides on
##instead of the default#.Likely it would be good to allow for the user to specify more than one parameter.