From 29773dc0c20cfd0c7eba7c72f7ecd4257ae0ddc1 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 24 Oct 2023 21:17:53 -0400 Subject: [PATCH] Fix markdown highlighting in linter readme (#453) Trailing asterisk was missing, leading to incorrect bolding of the snake_case rule description in the IdNames section. --- lib/haml_lint/linter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haml_lint/linter/README.md b/lib/haml_lint/linter/README.md index f315f89..65b0d32 100644 --- a/lib/haml_lint/linter/README.md +++ b/lib/haml_lint/linter/README.md @@ -281,7 +281,7 @@ preferred styles, `lisp_case` (default), `camel_case`, `pascal_case`, or #PascalCase ``` -**With `snake_case` style option: require ids in snake_case_format* +**With `snake_case` style option: require ids in snake_case_format** ```haml #snake_case %div{ id: 'snake_case' }