Vertical lines of determinant can't be displayed in LaTex when it contains multiple lines using `\\`

Steps to reproduce

Create a new Markdown file, and type these latex formulas below:

$$
V_x = \left|\begin{matrix} q_1 & q_2 \end{matrix}\right|
V_x = \left|\begin{matrix} q_1 & q_2 \\ q_0 & q_3 \end{matrix}\right|
V_x = \begin{vmatrix} 1 & 2 \end{vmatrix}
V_x = \begin{vmatrix} 1 & 2 \\ 3 & 3 \end{vmatrix}
$$

Expected result

All of the four formulas should show their vertical lines besides the matrix.

Actual result

The second and fourth formula couldn’t be displayed as expected. Their vertical lines are invisiable when rendering.

Environment

  • Operating system:

Windows 10 22H2 (Build Version 19045.2486)

  • Debug info:
SYSTEM INFO:
	Obsidian version: v1.1.16
	Installer version: v0.15.8
	Operating system: Windows 10 Pro 10.0.19045
	Login status: not logged in
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: light
	Community theme: none
	Snippets enabled: 0
	Restricted mode: on

RECOMMENDATIONS:
	none

Additional information

This is another LaTex live editor latexlive, and everything works as expected.

This is Obsidian LaTex rendering result:

Not sure if it will help here, but download and reinstall Obsidian from https://obsidian.md/.

I downloaded the latest installer and it doesn’t work. :frowning:

SYSTEM INFO:
	Obsidian version: v1.1.16
	Installer version: v1.1.16
	Operating system: Windows 10 Pro 10.0.19045
	Login status: not logged in
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: light
	Community theme: none
	Snippets enabled: 0
	Restricted mode: on

RECOMMENDATIONS:
	none

Have you tried to reproduce the bug in your environment?