Ugly rendering of bmatrix (LaTeX)

I have noticed that some of my LaTeX equations are being rendered in an ugly manner. For example, the snippet below displays a matrix, which, when rendered, has discontinuous brackets on each side.

$$

\begin{matrix}
1 & 0 & 0 & -1 \\
-1 & 1 & 0 & 0 \\
0 & -1 & 1 & 0 \\
0 & 0 & -1 & 1 \\
\end{matrix}

$$

ugly_bmatrix

Thought it may be something KaTeX related, but I tried entering the same expression into the preview box on katex.org and it renders crisply there. Any thoughts on how to fix this? For reference, I am using Joplin 1.0.179 on Mac OS 10.14.6

fixed in pre-release and next official relasae