Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 579 Bytes

elMDeck

Markdown presentation writer with Elm.

Feature

  • Common Markdown
  • Code highlight
  • Formula
  • Scales the image up/down
  • Read from/Write to local file
  • Customize CSS
  • Shortcut
  • Presentation mode

Usage

$ elm package install --yes
$ elm make src/Main.elm --output ./js/main.js
$ chrome index.html

if you want to syntax highlight using customize highlight.js, download highlight.pack.js and put js directory.

Demo

on GitHub Pages