Markdown linter - solve formatting issue in md files
ยท 2 min read
You are writing Markdown .md
files (and you're so right) and you just wish to check (and autofix) some issues like having multiple blank lines, mixing bullet types (-
and *
in the same document), using a #
title followed by ###
(i.e. you forget the level ##
) and many more.
There is a tool for this: Markdown lint and, a Docker image peterdavehello/markdownlint
.
Let's learn how to use it.