https://github.com/basemax/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.
https://github.com/basemax/marp-md2slide
bun javascript js markdown markdown-to-presentation markdown-to-slide md2presentation md2slide nodejs
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/basemax/marp-md2slide
- Owner: BaseMax
- License: mit
- Created: 2025-02-22T14:15:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T14:26:22.000Z (3 months ago)
- Last Synced: 2025-02-23T00:38:32.669Z (3 months ago)
- Topics: bun, javascript, js, markdown, markdown-to-presentation, markdown-to-slide, md2presentation, md2slide, nodejs
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://marp.app/) for slide generation
- Simple and lightweight## Installation
Make sure you have [Node.js](https://nodejs.org/) installed.
```sh
npm install
```or using [Bun](https://bun.sh/):
```sh
bun install
```## Usage
Convert a Markdown file to an HTML slide:
```sh
npx marp examples/first-presentation.md --output examples/first-presentation.html
```Using Bun:
```sh
bun marp examples/first-presentation.md --output examples/first-presentation.html
```## Example Files
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`## Repository
GitHub: [BaseMax/marp-md2slide](https://github.com/BaseMax/marp-md2slide)
## License
This project is licensed under the MIT License.
© 2025 Max Base.