Steps to reproduce
- Open Obsidian and create a new note.
- Enter a matrix in the notes, for example
$$
\begin{pmatrix}
1 & 1 & 1\
1 & 1 & 1\
1 & 1 & 1
\end{pmatrix}
$$ - Export as PDF file.
Did you follow the troubleshooting guide? [Y/N]
Yes
Expected result
A correct matrix rendering, for example (This matrix was exported in version 1.6.7)
Actual result
A incorrect matrix rendering, for example (This matrix was exported in version 1.7.7)
Environment
SYSTEM INFO:
Obsidian version: v1.7.7
Installer version: v1.7.7
Operating system: Windows 10 Home 10.0.19045
Login status: not logged in
Language: zh
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: Blue Topaz v2024110601
Snippets enabled: 0
Restricted mode: on
Additional information
As shown in the figure, when exporting a Markdown file to PDF, rendering errors occur in matrices.
After my testing, this bug does not exist in version 1.6.7, but it exists in version 1.7.4 and later versions (including the latest version).
This has forced me to revert to an older version. Please fix this bug as soon as possible.