Markdown presentation writer with Elm.
- Common Markdown
- Code highlight
- Formula
- Scales the image up/down
- Read from/Write to local file
- Customize CSS
- Shortcut
- Presentation mode
$ 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.
on GitHub Pages