Markdown presentation writer, powered by Electron.
- Windows: Unzip
*.*.*-Marp-win32-[arch].zip
and runMarp.exe
. - Mac OS X: 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
npm install
npm start
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 OSX. Please install appdmg to create archive (.dmg
) for Darwin release.
npm install appdmg
- Don't add development dependency of
appdmg
topackage.json
. The release task would fail in other platforms. gulp-appdmg
is no longer in use since v0.0.4.
Copyright © 2016 Yuki Hattori. This software released under the MIT License.