Skip to content

Commit

Permalink
Fix markdown highlighting in linter readme (#453)
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 25, 2023
1 parent 0d3151e commit 29773dc
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 29773dc

Please sign in to comment.