Global Frontmatter Defaults
At the very top of your Markdown presentation file, you can specify global default configurations between triple-dash (---) boundaries. This block uses YAML syntax and configures default settings that apply to all slides unless overridden locally.
Slide Separators & Local Annotations
You can structure your presentation and apply fine-grained overrides to individual slides using simple Markdown separators and HTML comment annotations.
Slide Layouts & Column Splitting
mdslide includes an intelligent layout engine that formats slide content based on both manual annotations and content patterns.
Advanced Formatting (Math, Diagrams, GFM)
mdslide compiles advanced content elements like mathematical equations, structural diagrams, and GitHub Flavored Markdown (GFM) grids right out of the box.
Typography, Colors & CSS Overrides
Because mdslide compiles your presentation into standard, semantic HTML pages, you can easily customize the typography, color themes, spacing, and borders of your slide decks using standard CSS variables inside a `` block in your Markdown file.