diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-01-19 17:16:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 17:16:00 +0000 |
commit | 8675bfc4ab28404fa0f40f6257a7894d3274756a (patch) | |
tree | 7db360fee5cca5a3da31e05a0a4f19a59f0f80a5 /README.md | |
parent | 7b50b3ec8249af6107a12a03820fb35854014b95 (diff) | |
parent | 13c839cf16e6dfb8deab30666748b7ae6c8f9aa0 (diff) | |
download | ale-8675bfc4ab28404fa0f40f6257a7894d3274756a.zip |
Merge pull request #1287 from rhysd/prettier-markdown
Enable prettier to format markdown files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ formatting. | Lua | [luac](https://www.lua.org/manual/5.1/luac.html), [luacheck](https://github.com/mpeterv/luacheck) | | Mail | [alex](https://github.com/wooorm/alex) !!, [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) | | Make | [checkmake](https://github.com/mrtazz/checkmake) | -| Markdown | [alex](https://github.com/wooorm/alex) !!, [mdl](https://github.com/mivok/markdownlint), [proselint](http://proselint.com/), [redpen](http://redpen.cc/), [remark-lint](https://github.com/wooorm/remark-lint) !!, [vale](https://github.com/ValeLint/vale), [write-good](https://github.com/btford/write-good) | +| Markdown | [alex](https://github.com/wooorm/alex) !!, [mdl](https://github.com/mivok/markdownlint), [prettier](https://github.com/prettier/prettier), [proselint](http://proselint.com/), [redpen](http://redpen.cc/), [remark-lint](https://github.com/wooorm/remark-lint) !!, [vale](https://github.com/ValeLint/vale), [write-good](https://github.com/btford/write-good) | | MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) | | Nim | [nim check](https://nim-lang.org/docs/nimc.html) !! | | nix | [nix-instantiate](http://nixos.org/nix/manual/#sec-nix-instantiate) | |