Skip to content

shaohme/flymake-markdownlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flymake-markdownlint

A Flymake backend for validating Markdown files for Emacs (27+), using markdownlint-cli

Installation

flymake-markdownlint is not available on MELPA, so you have to add it using your load-path manually.

Usage

Add the following to your .emacs files for Emacs to load the backend when visiting a Markdown file

(require 'flymake-markdownlint)

(add-hook 'markdown-mode-hook 'flymake-markdownlint-setup)

Remember to enable flymake-mode as well, preferably after.

License

Distributed under the GNU General Public License, version 3.

About

A Flymake backend for validating Markdown files for Emacs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published