mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

Allow using thematic breaks to end slides #138

Closed mfontanini closed 8 months ago

mfontanini commented 8 months ago

This allows using the options.end_slide_shorthand key in the front matter and/or config file under ~/.config/presenterm/config.yaml to turn thematic breaks (---) into the delimiter between slides. The original <!-- end_slide --> notation can still be used when this is enabled, this only allows opting into this extra behavior.

Fixes #137