CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/npm-slidev--cli

Modern presentation framework and CLI tool that transforms Markdown files into interactive, web-based slide presentations with built-in development server, export capabilities, and Vue.js integration

Overall
score

100%

Overview
Eval results
Files

task.mdevals/scenario-2/

Code Highlight Presentation

Create a slide presentation with progressive code highlighting that reveals different parts of code as you advance through the presentation.

Requirements

Create a presentation file slides.md with two slides:

  1. Title Slide: A simple title slide introducing the presentation
  2. Code Demo Slide: A slide containing a JavaScript code block (minimum 6 lines) with progressive highlighting that:
    • First shows lines 1-2 highlighted
    • Then on next advance shows line 4 highlighted
    • Finally on next advance shows all lines highlighted

The code block should use proper syntax for language specification and progressive highlighting. Use the standard delimiter to separate slides

Test Cases

  • The slides.md file exists @test
  • Two slides are separated with the standard delimiter @test
  • Code block has JavaScript language specification @test
  • Code block uses progressive highlighting syntax for lines 1-2, then line 4, then all @test

Implementation

@generates

Dependencies { .dependencies }

@slidev/cli { .dependency }

Provides presentation framework with enhanced code highlighting support.

Install with Tessl CLI

npx tessl i tessl/npm-slidev--cli

tile.json