mkdown

https://github.com/ajtulloch/mkdown.el.git

git clone 'git://github.com/ajtulloch/mkdown.el.git'
3

mkdown.el

A small library that improves the look of Markdown previews from Emacs, using the style of mkdown.com.

Installation

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.

Usage

M-x markdown-export-and-preview or C-c C-c v.

Screenshots

Before

After

Thanks to mkdown.com for the inspiration.