mirror of
https://github.com/curl/curl.git
synced 2026-04-29 07:42:11 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue