nemoDreamer / atom-markdown-format

Runs `markdownfmt` on save.

Home Page:https://atom.io/packages/markdown-format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Runs `markdownfmt` on save.

https://atom.io/packages/markdown-format


Languages

Language:CoffeeScript 100.0%