Example parade file that would split slides on ## instead of the default #.
title "My Presentation"
split_slides_on "##"
When the parade file is parsed the slide splitting param parsed by the DSL would need to be included with the options passed to the PresentationFilepathParser when the sections/slides are then parsed.
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.