where $T$ is lookback; $\tau$ is horizon.
renders to
where
$T$ is lookback; $\tau$ is horizon.
renders to
where $T $ is lookback; $\tau$ is horizon.
renders to
where $T $ is lookback;
However, notice there are no spaces between "where" and "$T$".
where $T $ is lookback; $\tau$ is horizon.
renders to
where $T $ is lookback;
where $T$ is lookback; $\tau$ is horizon.
renders to
where
It seems that the above sentence is parsed to
where$T$\tau$ is horizon.
Indeed, it renders to
where$T$\tau$ is horizon.
which is exactly the same as above.
Adding spaces seems to break this interpretation. So if I have to guess, when $
is preceded by a space, it will try to "eat" that space. In this case, it erroneously extends the "eating" process into the last $
.
To test out the theory, we remove the space preceding the second inline:
where $T$ is lookback;$\tau$ is horizon.
which renders (correctly) to
where
https://gist.github.com/crvdgc/8278d5fbadb6eec0c47db22552f20f6f#file-math-render-error-md