erickgnavar / flymake-markdownlint

Flymake markdown linter using markdownlint-cli2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flymake-markdownlint

Flymake plugin to run a linter for markdown buffers using markdownlint-cli

Installation

Cloning the repo

Clone this repo somewhere, and add this to your config:

(add-to-list 'load-path "path where the repo was cloned")

(require 'flymake-markdownlint)
(add-hook 'markdown-mode-hook #'flymake-markdownlint-load)

Using use-package

(use-package flymake-markdownlint
  :ensure t)

Using straight.el

(use-package flymake-markdownlint
  :straight (flymake-markdownlint
             :type git
             :host github
             :repo "erickgnavar/flymake-markdownlint"))

About

Flymake markdown linter using markdownlint-cli2

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%