Convert standard Markdown to Slidev format for creating presentations. Use this skill when users want to transform markdown notes, articles, or documents into Slidev presentation format, or when they ask to create slides from markdown content.
Convert standard Markdown documents into Slidev presentation format. Slidev is a developer-focused presentation tool that uses Markdown with special syntax for slides, layouts, and interactivity. It supports Vue components, animations, LaTeX math, Mermaid diagrams, and extensive customization.
Trigger this skill when users ask to:
Do NOT use for:
Use --- to separate each slide:
---
---
# Slide 1 Title
Content
---
---
# Slide 2 Title
Content
Critical: Each --- must be on its own line. For pages without configuration, use double --- with nothing between them.
Place configuration BETWEEN two --- markers:
---