All slides are written in HTML or markdown.
__body
->.bespoke-parent
__bg
->.bespoke-backdrop
__section-title
->.bespoke-backdrop.section-title
If you want to automatically make the slide registered to sectionTitle
a table of contents, add the following.
## Contents
<div>
<!-- contents -->
</div>
This is the common setting of the slide for the title of the section.
This will affect the sidebar's table of contents list and contents
.
<!-- sectionTitle: title -->
## title
.bespoke-backdrop.section-title {
background: red;
}
.section-title h2 {
color: red;
}
Change the slide's background.
<!-- background: xxx -->
## title
.bespoke-backdrop.xxx {
background: red;
}
Set animation of page transition. use bespoke-fx.
The slides described is here.
The properties of direction
are vertical
and horizontal
(default).
<!-- direction: vertical -->
## title
<!-- transition: room -->
## title
A note to display when Presenter Mode.
## title
<!-- note
This is the presenter note.
This sentence can be seen when using Presenter Mode.
-->