From 6f912addf9788797d9cfe950902aa4ef1c873822 Mon Sep 17 00:00:00 2001 From: Diacius <77890144+Diacius@users.noreply.github.com> Date: Tue, 21 Sep 2021 11:59:02 +0100 Subject: [PATCH] Add Slidev (#36) Slidev allows you to create HTML presentations from Markdown [sli.dev](sli.dev) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2cf2200..83515d6 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,8 @@ a free web alternative to PowerPoint and Keynote in Ruby - Templates (github: [`slideshow-templates`](https://github.com/slideshow-templates)) +**Slidev** (github: [`slidev`](http://github.com/slidevjs/slidev)) - Slidev allows you to create slideshows from a markdown file. You can include HTML and Vue components in the markdown. + **Markpress** (github: [`markpress`](https://github.com/gamell/markpress)) - A command line tool and node package to convert markdown files into self-contained [impressjs](https://github.com/impress/impress.js/) html presentations. [Example](https://gamell.github.io/markpress) **nodePPT** (github: [`nodePPT`](https://github.com/ksky521/nodePPT)) - A web presentation tool supporting markdown based on GFM.