Skip to content

fix(math): Properly handle empty final line in TeX-like math tables w…#2306

Open
Omikhleia wants to merge 1 commit intomasterfrom
fix-2303-math-tables
Open

fix(math): Properly handle empty final line in TeX-like math tables w…#2306
Omikhleia wants to merge 1 commit intomasterfrom
fix-2303-math-tables

Conversation

@Omikhleia
Copy link
Copy Markdown
Member

@Omikhleia Omikhleia commented Aug 22, 2025

…ithout losing content

Closes #2303

$$`\table[columnalign=left left]{
  a & 1 \\
  b & 2 \\
}`{numbered=true}

$$`\table[columnalign=left left]{
  a & 1 \\
  b & 2
}`{numbered=true}

$$`\table[columnalign=left left]{
  a & 1 \\
    & 2 }`{numbered=true}

$$`\table[columnalign=left left]{
  a & 1 \\
    & 2 \\}`{numbered=true}
image

@Omikhleia Omikhleia requested a review from a team as a code owner August 22, 2025 21:46
@Omikhleia Omikhleia self-assigned this Aug 22, 2025
@Omikhleia Omikhleia added the bug Software bug issue label Aug 22, 2025
@Omikhleia Omikhleia added this to Math Aug 22, 2025
@Omikhleia Omikhleia added this to the v0.15.14 milestone Aug 22, 2025
@github-project-automation github-project-automation Bot moved this to In progress in Math Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Software bug issue

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

Lost content in some math table without final backslashes

1 participant