Markdown presentation writer, powered by Electron.
⚠️ This repository is pre-release version, and we have already dropped maintenance. We are planning the future of Marp at @marp-team/marp (UNDER CONSTRUCTION and NOT READY TO USE).We will archive this repository when a future Marp has grown to replace a pre-release version.
- Windows: Unzip
*.*.*-Marp-win32-[arch].zip
and runMarp.exe
. - macOS: Mount
*.*.*-Marp-darwin-x64.dmg
, D&DMarp
toApplications
and run it from Applications folder / Launchpad. Or use Homebrew Cask:brew cask install marp
- Linux: Unpack
*.*.*-Marp-linux-[arch].tar.gz
and runMarp
.
Split slides by horizontal ruler ---
. It's very simple. Please refer to example.md.
# Slide 1
foobar
---
# Slide 2
foobar
yarn install
yarn start
It's easy, include a <link>
tag at the top of your presentation, or alternatively a <style>
tag that contains all of your styles. All CSS should be targeting either .slide
or elements inside of .slide
. For reference, check out the gaia theme in the sass folder.
yarn gulp release
Please set application version in package.json
.
If you want to build for Windows in other platforms, please install Wine to rewrite Electron's resources.
To build for Darwin is only supported in macOS.
Copyright © 2016-2018 Yuki Hattori.
This software released under the MIT License.