mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
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:
parent
a037d278fb
commit
7698a365ae
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user