Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.2 KB

File metadata and controls

58 lines (36 loc) · 1.2 KB

Marp MD2Slide

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.

Features

  • Write slides in Markdown
  • Convert Markdown to HTML slides
  • Uses Marp for slide generation
  • Simple and lightweight

Installation

Make sure you have Node.js installed.

npm install

or using Bun:

bun install

Usage

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

Example Files

The examples folder contains sample presentations:

  • first-presentation.mdfirst-presentation.html
  • second-teach-git.mdsecond-teach-git.html
  • third-teach-docker.mdthird-teach-docker.html
  • forth-teach-linux.mdforth-teach-linux.html

Repository

GitHub: BaseMax/marp-md2slide

License

This project is licensed under the MIT License.

© 2025 Max Base.