Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

A Flymake backend for validating Markdown files for Emacs

License

Notifications You must be signed in to change notification settings

shaohme/flymake-markdownlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flymake-markdownlint

Important

Project has moved to Codeberg

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