I noticed that when editing a post that contains & in code, that these get converted to & in the editor, which is then display as such instead of the original &.
Edited once:
z = x & y;
if (a && b)
Original code block:
z = x & y;
if (a && b)