https://github.com/ajtulloch/mkdown.el.git
git clone 'git://github.com/ajtulloch/mkdown.el.git'
mkdown.el
A small library that improves the look of Markdown previews from Emacs, using the style of mkdown.com.
M-x package-install RET mkdown RET
.
Then, append '(markdown-css-path mkdown-css-file-name)
to your (custom-set-variables)
invocation, or use (setq markdown-css-path mkdown-css-file-name)
This will enable the mkdown.el
CSS file for all Markdown previews.
M-x markdown-export-and-preview
or C-c C-c v
.
Thanks to mkdown.com for the inspiration.