Obs 0.11.13
Guessing this is just an unworkable CodeMirror thing, but I couldn’t find anything from searching… so
If you paste this code in, you get the result pictured.
TLDR—There seems to be no way to correctly get the "a |= y;"
or "foo|bar"
output desired…
| md | ok? | ? |
| ------------ | ------------------- | --- |
| `a += x;` | yes | |
| `a \|= y;` | no- backslash shows | |
| `a |= y;` | oops | |
| a \|= y; | yes | |
| ``foo\|bar`` | no | |
| ``foo|bar`` | oops | no |