Related to but not identical to:
Try adding this to a note
$$
\wedge = \text{and} \\
\lor = \text{or} \\
\lnot = \text{not}
$$
Should render this:
But instead renders this:
Why don’t newlines work?
MacOSX
v0.10.13
Related to but not identical to:
Try adding this to a note
$$
\wedge = \text{and} \\
\lor = \text{or} \\
\lnot = \text{not}
$$
Should render this:
But instead renders this:
Why don’t newlines work?
MacOSX
v0.10.13
Decent workaround for now is to split into multiple Latex sections:
$$
\wedge = \text{and}
$$
$$
\lor = \text{or}
$$
$$
\lnot = \text{not}
$$
It’s not related to that bug at all. It’s another upstream problem