Skip to content

Commit

Permalink
Fix markdown highlighting in linter readme
Browse files Browse the repository at this point in the history
Trailing asterisk was missing, leading to incorrect bolding of the snake_case rule description in the IdNames section.
  • Loading branch information
mjankowski authored Oct 24, 2023
1 parent 0d3151e commit 11a618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/haml_lint/linter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 11a618f

Please sign in to comment.