Add "flymake-markdownlint-cli2 extension for Emacs" to "Related" section of README.md.

This commit is contained in:
Edd Wilder-James 2025-02-27 18:48:28 -08:00 committed by GitHub
parent 14524283cc
commit d918f61c77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@ ES6
ESLint ESLint
eslint-plugin-markdownlint eslint-plugin-markdownlint
first-line-h1 first-line-h1
flymake-markdownlint-cli2
formatter formatter
fs fs
GFM GFM

View file

@ -55,6 +55,7 @@ as well as directives, footnotes, and math syntax - all implemented by
- [vscode-markdownlint extension for VS Code][vscode-markdownlint] - [vscode-markdownlint extension for VS Code][vscode-markdownlint]
- [Sublime Text markdownlint for Sublime Text][sublimelinter] - [Sublime Text markdownlint for Sublime Text][sublimelinter]
- [coc-markdownlint extension for Vim/Neovim][coc] - [coc-markdownlint extension for Vim/Neovim][coc]
- [flymake-markdownlint-cli2 extension for Emacs][emacs-flymake]
- Tooling - Tooling
- [eslint-plugin-markdownlint for the ESLint analyzer][eslint-plugin] - [eslint-plugin-markdownlint for the ESLint analyzer][eslint-plugin]
- [grunt-markdownlint for the Grunt task runner][grunt-markdownlint] - [grunt-markdownlint for the Grunt task runner][grunt-markdownlint]
@ -65,6 +66,7 @@ as well as directives, footnotes, and math syntax - all implemented by
[cake]: https://github.com/cake-contrib/Cake.Markdownlint [cake]: https://github.com/cake-contrib/Cake.Markdownlint
[coc]: https://github.com/fannheyward/coc-markdownlint [coc]: https://github.com/fannheyward/coc-markdownlint
[emacs-flymake]: https://github.com/ewilderj/flymake-markdownlint-cli2
[eslint-plugin]: https://github.com/paweldrozd/eslint-plugin-markdownlint [eslint-plugin]: https://github.com/paweldrozd/eslint-plugin-markdownlint
[grunt-markdownlint]: https://github.com/sagiegurari/grunt-markdownlint [grunt-markdownlint]: https://github.com/sagiegurari/grunt-markdownlint
[markdownlint-cli]: https://github.com/igorshubovych/markdownlint-cli [markdownlint-cli]: https://github.com/igorshubovych/markdownlint-cli