Marp MD2Slide is a simple tool for converting Markdown presentations into HTML slides using Marp. It helps you create elegant and professional-looking slides using Markdown syntax.
- Write slides in Markdown
- Convert Markdown to HTML slides
- Uses Marp for slide generation
- Simple and lightweight
Make sure you have Node.js installed.
npm install
or using Bun:
bun install
Convert a Markdown file to an HTML slide:
npx marp examples/first-presentation.md --output examples/first-presentation.html
Using Bun:
bun marp examples/first-presentation.md --output examples/first-presentation.html
The examples
folder contains sample presentations:
first-presentation.md
→first-presentation.html
second-teach-git.md
→second-teach-git.html
third-teach-docker.md
→third-teach-docker.html
forth-teach-linux.md
→forth-teach-linux.html
GitHub: BaseMax/marp-md2slide
This project is licensed under the MIT License.
© 2025 Max Base.