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
|
|
@ -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