new-section-slide
new-section-slide(config: (:), level: 1, numbered: true, 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. Use config-xxx to set individual configurations for the slide. To apply multiple configurations, use utils.merge-dicts to combine them.
level : int | none default: 1
is the level of the heading.
numbered : boolean default: true
is whether the heading is numbered.
body : auto
is the body of the section. This will be passed automatically by Touying.