Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ef0f12

Browse files
author
Jens Timmerman
authored
markdown escape fix
`"\"` displays as `""` in markdown. Fix this by changing double quotes to backticks.
1 parent9b1a484 commit5ef0f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ break up `xy_z` onto two lines:
286286
_z // local_var OK
287287
```
288288

289-
That way a global searchfor `xy_z` will come up with nothingfor that file. To the C preprocessor, the"\" at the end of the line means glue this line to the next one.
289+
That way a global searchfor `xy_z` will come up with nothingfor that file. To the C preprocessor, the`\` at the end of the line means glue this line to the next one.
290290

291291
#### Arbitrary Names That Masquerade as Keywords
292292

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp