1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00

add link to markdownlint

It already was mentioned, the additional link eases installation
and thus promotes its subsequent use.
This commit is contained in:
Norwid Behrnd
2022-11-11 10:38:32 +01:00
parent b8a66e77be
commit 873314f253

View File

@@ -370,9 +370,10 @@ Ugh this is so ugly | make it | stop
## Markdownlint
In order to simplify work with Markdown and to unify its coding style,
`Markdownlint` has been created. This tool is available also as a plugin for
some IDEs and can be used as an utility to ensure validity and readability of
Markdown.
`Markdownlint` has been created. Available as a
[separate tool](https://github.com/markdownlint/markdownlint)
as well as a plugin for some IDEs, it can be used to ensure validity and
readability of Markdown.
---