new-section-slide
new-section-slide(config: (:), title: utils.i18n-outline-title, ..args, body)(source)New section slide for the presentation. You can update it by updating the new-section-slide-fn argument for config-common function.
Example: config-common(new-section-slide-fn: new-section-slide.with(numbered: false))
Parameters
config : dictionary default: (:)
The configuration of the slide. You can use config-xxx to set the configuration of the slide. For more several configurations, you can use utils.merge-dicts to merge them.
title : string default: utils.i18n-outline-title
The title of the slide. Default is utils.i18n-outline-title.
body : array
The contents of the slide.