The print-fragments setting lets you force each slide fragment to be printed on an independent page during PDF generation for your presentation.
print-fragments : true
Slideshow settings are activated using a PITCHME.yaml properties file.
By default, when PDF printing offline using GitPitch Desktop, each markdown fragment and code presenting fragment is printed on an individual page during the PDF printing process.
By default, when PDF printing online at gitpitch.com, markdown fragments and code presenting fragments are ignored during the PDF printing process.
You can override the default behavior by enabling or disabling the print-fragments setting in your PITCHME.yaml settings file.