tools: Added pandoc_md for markdown files.

This commit is contained in:
Andrew Hamilton 2018-05-31 13:04:13 +10:00
parent 76cbaa1f14
commit bff38fc697
2 changed files with 9 additions and 1 deletions

View file

@ -44,3 +44,4 @@ Extensions | Tools
.bash .sh .dash .ksh | [shellcheck](http://hackage.haskell.org/package/ShellCheck)
.go | [gofmt](https://golang.org) • [go_vet](https://golang.org) • [golint](https://github.com/golang/lint) • [godoc](http://golang.org/x/tools)
.yaml .yml | [yamllint](https://github.com/adrienverge/yamllint)
.md | [pandoc_md](https://pandoc.org/)