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

Latest commit

 

History

History
29 lines (18 loc) · 743 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 743 Bytes

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.