Markdown presentation writer, powered by Electron.
- Windows: Unzip
*.*.*-Marp-win32-[arch].zipand runMarp.exe. - Mac OS X: Mount
*.*.*-Marp-darwin-x64.dmg, D&DMarptoApplicationsand run it from Applications folder / Launchpad. Or use Homebrew Cask:brew cask install marp - Linux: Unpack
*.*.*-Marp-linux-[arch].tar.gzand runMarp.
Split slides by horizontal ruler ---. It's very simple. Please refer to example.md.
# Slide 1
foobar
---
# Slide 2
foobarnpm 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
appdmgtopackage.json. The release task would fail in other platforms. gulp-appdmgis no longer in use since v0.0.4.
Copyright © 2016 Yuki Hattori. This software released under the MIT License.
