Package-level declarations

Functions

Link copied to clipboard
.fragment behavior:{SlidesFragment.Behavior = SlidesFragment.Behavior.SHOW} content:{MarkdownContent} -> Node

Creates an element that, when used in a slides document, shows its content when the user attempts to go to the next slide.

Link copied to clipboard
.slides center:{Boolean? = null}
controls:{Boolean? = null}
speakernotes:{Boolean? = null}
transition:{Transition.Style? = null}
speed:{Transition.Speed = Transition.Speed.DEFAULT}
-> Node

Sets global properties that affect the behavior of a 'slides' document.

Link copied to clipboard
.speakernote content:{MarkdownContent} -> Node

Creates a speaker note for a slides document.