Open bast opened 5 years ago
Currently this can be done by tweaking *.body.html with:
*.body.html
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.
Currently this can be done by tweaking
*.body.html
with:But this option might be useful for everybody. See also https://github.com/gnab/remark/wiki/Configuration.