-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Slide Delimiters
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
####GitPitch Wiki TOC
####Slideshow Basics
####Slideshow Slide Types
####Slideshow Look and Feel
- Slideshow Settings
- Theme Setting
- Background Setting
- Logo Setting
- Highlight Setting
- Math Notation Setting
- Vertical Center Setting
- Slideshow Custom CSS
####Slideshow Behavior
####Slideshow Controls
####GitPitch Social
####Appendix