outline-slide
outline-slide(config: (:), title: utils.i18n-outline-title, numbered: true, level: none, ..args)(source)Outline slide for the presentation.
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 : string default: utils.i18n-outline-title
is the title of the outline. Default is utils.i18n-outline-title.
level : int | none default: none
is the level of the outline. Default is none.
numbered : boolean default: true
is whether the outline is numbered. Default is true.