Add pandoc as a markdown fixer (#3641)

Utilize pandoc to fix markdown files, currently set to Github-Flavored
Markdown, but that can be changed by setting,
ale_markdown_pandoc_options.
This commit is contained in:
Jesse Hathaway
2021-07-04 07:39:29 -05:00
committed by GitHub
parent e4ddd32c84
commit 36fcb01e05
7 changed files with 66 additions and 0 deletions

View File

@@ -310,6 +310,7 @@ formatting.
* [languagetool](https://languagetool.org/) :floppy_disk:
* [markdownlint](https://github.com/DavidAnson/markdownlint) :floppy_disk:
* [mdl](https://github.com/mivok/markdownlint)
* [pandoc](https://pandoc.org)
* [prettier](https://github.com/prettier/prettier)
* [proselint](http://proselint.com/)
* [redpen](http://redpen.cc/)