This package integrates emacs with instant-markdown-d, because saving the markdown file all the time is for suckers.
It's the emacs analogue of vim-instant-markdown that you were hoping to find. I know I was.
That means you get to watch your github-flavored-markdown in a browser live-update as you type.
This is brand new and it's not on ELPA yet. I personally use Cask. You're on your own until I write more here. You'll probably want to (require 'instant-markdown)
With a markdown file open in a buffer, just call the interactive function instant-md-start
. That will start instant-markdown-d and open a browser. That's all you need.
If you want it to happen automatically when you open a markdown file:
TODO
MIT
Blake Miller
this is my first published emacs plugin
comments are welcome