TomOnTime / markdownfmt

Like gofmt, but for Markdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdownfmt Build Status

Like gofmt, but for Markdown.

Markdown Format Demo

Installation

go get -u github.com/shurcooL/markdownfmt

Add $GOPATH/bin to your $PATH or copy $GOPATH/bin/markdownfmt to your $PATH.

Usage

usage: markdownfmt [flags] [path ...]
  -d=false: display diffs instead of rewriting files
  -l=false: list files whose formatting differs from markdownfmt's
  -w=false: write result to (source) file instead of stdout

Editor Plugins

  • markdown-format for Atom.
  • Built-in in Conception.
  • Add a plugin for your favorite editor here?

About

Like gofmt, but for Markdown.


Languages

Language:Go 100.0%