new-section-slide
new-section-slide(config: (:), title: utils.i18n-outline-title, level: 1, numbered: true, ..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: (:)
is 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 : content | function default: utils.i18n-outline-title
is the title of the section. The default is utils.i18n-outline-title.
level : int default: 1
is the level of the heading. The default is 1.
numbered : boolean default: true
is whether the heading is numbered. The default is true.
body : none
is the body of the section. It will be passed by touying automatically.