tools: Pandoc supplies docx, odt and rst file types.
This commit is contained in:
parent
bcd1f9fbd9
commit
a1c8dba991
2 changed files with 2 additions and 2 deletions
|
|
@ -44,4 +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 .epub | [pandoc](https://pandoc.org/)
|
||||
.md .epub .docx .odt .rst | [pandoc](https://pandoc.org/)
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ tools_for_extensions = [
|
|||
[["bash", "sh", "dash", "ksh"], ["shellcheck"]],
|
||||
[["go"], ["gofmt", "go_vet", "golint", "godoc"]],
|
||||
[["yaml", "yml"], ["yamllint"]],
|
||||
[["md", "epub"], ["pandoc"]]]
|
||||
[["md", "epub", "docx", "odt", "rst"], ["pandoc"]]]
|
||||
|
||||
|
||||
# Tool template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue