VerticalMarkdownSlide
A Markdown slide inside a verticalSlides{} block. Same semantics as HorizontalMarkdownSlide but lives in a vertical stack.
Properties
When true, reveal.js auto-animates between this slide and the previous one.
When true, forces auto-animate to restart from this slide even if the previous used it.
See MarkdownSlide documentation.
Implementation detail — do not use.
Functions
Supply inline Markdown content for this slide. See HorizontalMarkdownSlide.content for the filename-vs-inline tradeoff.
Guard against declaring css {} inside a slide — CSS belongs on the kslides{} or presentation{} scope. Always throws IllegalArgumentException.
Apply this slide's id/style/visibility/auto-animate attributes plus the merged SlideConfig to the given <section> element. Called by the slide renderer and not typically invoked by user code.
Configure per-slide reveal.js attributes (transitions, backgrounds, Markdown separators, etc.). Overrides values inherited from the global and presentation slideConfig{} blocks.