You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LaTeX renderer of the equation block seems to render some math symbols incorrectly. This seems to be an issue, how BlockSuite embeds the katex library, as all these features work when using the katex library directly.
Matrices
If you create matrices with multiple lines in an equation block, it does not display the brackets for all lines.
The LaTeX renderer of the equation block seems to render some math symbols incorrectly. This seems to be an issue, how BlockSuite embeds the katex library, as all these features work when using the katex library directly.
Matrices
If you create matrices with multiple lines in an equation block, it does not display the brackets for all lines.
Recreatable with this LaTeX code:
Expected rendering (tested in katex playground):
Rendering in AFFiNE:
Math fonts
The LaTeX command
\mathbb
does not modify the font.Recreatable using this LaTeX code:
Expected rendering (tested in katex playground):
Rendering in AFFiNE:
The text was updated successfully, but these errors were encountered: