bast / cicero

:microphone: Serving presentation slides written in Markdown.
https://cicero.xyz
GNU Affero General Public License v3.0
55 stars 17 forks source link

Consider making countIncrementalSlides: false the default #78

Open bast opened 5 years ago

bast commented 5 years ago

Currently this can be done by tweaking *.body.html with:

var slideshow = remark.create({
   // Enable or disable counting of incremental slides in the slide counting
  countIncrementalSlides: false,
  });

But this option might be useful for everybody. See also https://github.com/gnab/remark/wiki/Configuration.