forked from binford2k/showoff
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
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.
- slides_file_content_parser.rb would need to be updated to call the markdown_slide_splitter with the options.
- markdown_slide_splitter.rb would need to respect that new parameter.
Likely it would be good to allow for the user to specify more than one parameter.
title "My Presentation"
split_slides_on "#", "##", "###"Reactions are currently unavailable