We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Should remove
∧ (\u2227) => "&" ∨ (\u2228) => "|" ⊻ (\u22bb) => "^"
since it's unclear that ∧ means & rather than and.
∧
&
and
Getting them back is easy using custom operators, though that does change their precedence.