frc6506/docs

PDF generation vs. GitHub pages conflict in regards to the Java OR operator inside a mono-space code format indicator inside a table

Opened this issue · 1 comments

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.