summaryrefslogtreecommitdiff
path: root/test/command/8789.md
AgeCommit message (Collapse)Author
2023-05-04LaTeX reader: ignore args to column type in `\multicolumn`.Albert Krewinkel
The `\multicolumn` command takes the column type as the second argument. Types like `p` take an additional argument, which is now ignored and no longer causes the table parser to fail. Fixes: #8789