From 87b3b1d7e412259addef15521d87bb2605b554b6 Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 8 Jan 2021 21:42:24 -0800 Subject: [PATCH] Update list of deprecated rules in web demonstration text. --- demo/default.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/default.js b/demo/default.js index c54c567e..cdb92eb2 100644 --- a/demo/default.js +++ b/demo/default.js @@ -188,7 +188,8 @@ "Content gets parsed and displayed in the upper-right box; rule violations (if any) show up in the lower-right box.", "Click a violation for information about it or click its line number to highlighted it in the lower-left box.", "", - "> *Note*: [All rules](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md) are enabled except [MD013/line-length](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013) and [MD002/first-heading-h1](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md002) (deprecated). ", + "> *Note*: [All rules](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md) are enabled except [MD013/line-length](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013).", + "> ([MD002/first-heading-h1](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md002) and [MD006/ul-start-left](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md006) are deprecated.)", "", "", "#### Resources",