tools: Added pandoc_epub for epub files.
This commit is contained in:
parent
c96ed81891
commit
78b0b1b583
2 changed files with 10 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ then to run:
|
|||
|
||||
# vigil <directory_path>
|
||||
|
||||
### Tools (49 in total)
|
||||
### Tools (50 in total)
|
||||
|
||||
Extensions | Tools
|
||||
---------- | -----
|
||||
|
|
@ -45,3 +45,4 @@ Extensions | Tools
|
|||
.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/)
|
||||
.epub | [pandoc_epub](https://pandoc.org/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue