Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KaTeX alignat breaks TeX code below it #9974

Closed
IvanaGyro opened this issue Feb 22, 2024 · 3 comments
Closed

KaTeX alignat breaks TeX code below it #9974

IvanaGyro opened this issue Feb 22, 2024 · 3 comments
Labels
bug It's a bug stale An issue that hasn't been active for a while...

Comments

@IvanaGyro
Copy link

IvanaGyro commented Feb 22, 2024

Operating system

Android

Joplin version

2.13.10

Desktop version info

No response

Current behaviour

Minimal example code

$$
\begin{alignat}{3}
1 &= 1 \\
10 &= 10 \\
100 &= 100 \\
\end{alignat}
$$

$a$

Current behaviour

The line $a$ is displayed as an error: Cannot read property 'map' of undefined

Screenshot_20240222-131117

Expected behaviour

Expected behaviour

Rander the whole code correctly.

More information

If replace alignat with aligned, the whole code can be rendered correctly.

$$
\begin{aligned}
1 &= 1 \\
10 &= 10 \\
100 &= 100 \\
\end{aligned}
$$

$a$

Logs

No response

@IvanaGyro IvanaGyro added the bug It's a bug label Feb 22, 2024
@personalizedrefrigerator
Copy link
Collaborator

Thank you for reporting this!

This seems to be fixed in the 2.14 pre-release (perhaps by fd5a4dc), which should become stable in the next few weeks!

Copy link
Contributor

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.

@github-actions github-actions bot added the stale An issue that hasn't been active for a while... label Mar 24, 2024
Copy link
Contributor

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, feel free to create a new issue with up-to-date information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug stale An issue that hasn't been active for a while...
Projects
None yet
Development

No branches or pull requests

2 participants