Skip to content

Commit 3f778eb

Browse files
authored
Use GitHub's alert syntax (#1234)
1 parent 8a5cf38 commit 3f778eb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ CSharp: # required, this will be the name of the enum variant for the language a
4747
serialization: c# # required only if the Enum name `CSharp` doesn't match the display name `C#`
4848
```
4949
50-
_**NOTE**: An additional field, `line_types` can also be set on a language's attributes. It has been excluded because_
51-
_it is not necessary for the majority of languages. By default, only a language's lines of code are counted, but this_
52-
_field can be used to count other lines, too. For example, `line_types: [code, comments]`. This is useful in languages_
53-
_like Markdown, where the significant lines are mostly comments. A list of available fields to be used can be found in_
54-
_[tokei's documentation](https://docs.rs/tokei/latest/tokei/struct.Language.html#fields)._
50+
> [!NOTE]
51+
> An additional field, `line_types` can also be set on a language's attributes. It has been excluded because
52+
> it is not necessary for the majority of languages. By default, only a language's lines of code are counted, but this
53+
> field can be used to count other lines, too. For example, `line_types: [code, comments]`. This is useful in languages
54+
> like Markdown, where the significant lines are mostly comments. A list of available fields to be used can be found in
55+
> [tokei's documentation](https://docs.rs/tokei/latest/tokei/struct.Language.html#fields).
5556

5657
- link 1: https://github.com/XAMPPRocky/tokei#supported-languages
5758
- link 2: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml

0 commit comments

Comments
 (0)