empty-slide
empty-slide(config: (:), repeat: auto, setting: body => body, composer: auto, ..bodies)(source)Empty slide with no default heading or section context.
Unlike slide, this function does not look at heading context or trigger new-section-slide-fn / new-subsection-slide-fn. Use it to create isolated slides outside the normal slide hierarchy (e.g. a standalone title card).
Parameters
config : dictionary default: (:)
The configuration of the slide. You can use config-xxx to set the configuration of the slide. For more configurations, you can use utils.merge-dicts to merge them.
repeat : auto | int default: auto
The number of subslides. Default is auto, which means touying will automatically calculate the number of subslides.
setting : function default: body => body
Set/show rules to apply for the slide. Receives the composed body and returns it.
composer : function | array | int | auto default: auto
Arranges multiple body blocks side-by-side. Same semantics as slide.
..bodies : arguments
The content blocks of the slide.
Returns: content