Open
Description
From /Java/JavaCheatSheet#288:
Note about the logical OR operator: The operator for OR in Java is
||
, eg:A || B
. This may be incorrectly displayed below do to a conflict with the markdown table symbol|
. It appears that the markdown conversation VSCode extension requires an escape character (\
), while GitHub pages does not.