CODE_STYLE-md: fix bold font style

Markdown gets confused with abundance of asterisks, so use underscores
instead.

Reviewed-by: Daniel Gustafsson
Closes #7569
This commit is contained in:
i-ky 2021-08-14 00:07:54 +03:00 committed by Daniel Stenberg
parent a037d278fb
commit 7698a365ae
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -47,7 +47,7 @@ if(something_is_true) {
## Comments
Since we write C89 code, **//** comments are not allowed. They weren't
introduced in the C standard until C99. We use only **/* comments */**.
introduced in the C standard until C99. We use only __/* comments */__.
```c
/* this is a comment */