PDF generation vs. GitHub pages conflict in regards to the Java OR operator inside a mono-space code format indicator inside a table
BobSaidHi opened this issue · 1 comments
BobSaidHi commented
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.