Closed lngns closed 2 years ago
When posting comments, in the text, a+b gets rewritten as a b, and both a;b and a&b get truncated to just a.
a+b
a b
a;b
a&b
a
fixed with 507f2caf48fe299d3667db61dc89400bcf5a727b
When posting comments, in the text,
a+b
gets rewritten asa b
, and botha;b
anda&b
get truncated to justa
.