Markdown Format Package

It runs markdownfmt on save, which formats your Markdown text to look like the HTML.

See installation instructions.

Markdown Format Demo

Installation

In Settings View, point to the path of the markdownfmt binary, which you can get at github.com/shurcooL/markdownfmt.

On Mac OS X

Using Homebrew:

brew install go mercurial
mkdir ~/gocode

Add to ~/.bash_profile or ~/.profile:

export GOPATH="$HOME/gocode"
export PATH="$PATH:$GOPATH/bin"

Get markdownfmt:

go get -u github.com/shurcooL/markdownfmt