From 306d5b66f74ec9bba6ce02df7841bb985428a453 Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Thu, 27 Oct 2022 17:33:18 +0200 Subject: [PATCH] building: markdown: add missing MD004 link reference definition (#400) Follow-up to 4aab797194cb "Specify hyphens for bulleted lists (#399)" --- building/markdown/markdown.md | 1 + 1 file changed, 1 insertion(+) diff --git a/building/markdown/markdown.md b/building/markdown/markdown.md index 3f38107d..91be75c3 100644 --- a/building/markdown/markdown.md +++ b/building/markdown/markdown.md @@ -176,6 +176,7 @@ All the above can greatly help reduce churn in reviews, which is frustrating for [MD001]: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md002---header-levels-should-only-increment-by-one-level-at-a-time [MD002]: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md002---first-header-should-be-a-top-level-header [MD003]: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md003---header-style +[MD004]: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md004---unordered-list-style [MD013]: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md013---line-length [MD033]: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md033---inline-html [asciidoctor]: https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line