Skip to content

Custom Slide Delimiters

David Russell edited this page Aug 26, 2016 · 6 revisions

When creating the content for your slideshow presentation within a PITCHME.md markdown file you need to be able to distinguish between one slide and the next. This is achieved very simply using a GitPitch convention within Markdown that indicates the start of each new slide. See Slide Delimiters for a discussion of the default slide delimiters.

Sometimes you might want to use custom slide delimiters, for example, to use slide delimiters that match the delimiters used by your preferred Markdown editing tool.

The PITCHME.yaml configuration file supports a number of properties to let you set custom delimiters for horizontal and vertical slides. These properties are called horz-delim and vert-delim respectively.

For example, to set your horizontal and vertical delimiters to HHH and VVV respectively add the following properties to your PITCHME.yaml file:

horz-delim : HHH
vert-delim : VVV
Clone this wiki locally