-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
LaTeX reader - support new table features #6311
Comments
I'm interested in creating a patch for this. I'll play around today and create a work-in-progress PR soon. |
Add multirow and multicolumn support in LaTex reader. Partially addresses #6311.
from an example in the code:
does give the desired effect.
Similarly,
gives the desired result, but not the following one (no row span, text lost):
(pandoc 2.10.1 on win10x64, but verifiable on the demo page) I noticed this when I tried to successive multicols and failed, but it appears from the above there is a problem for a right-most multicolumn/multirow (at least that) |
Hi @kysko, Can you create a new issue for this? I'll take a look at what's going on. |
ok, thought this was kept open for these reports, sorry see #6596 for separate issue |
Adjust LaTeX reader to support new table features introduced in
jgm/pandoc-types#66
including table attributes (including identifier), rowspan, colspan, table head and foot, multiple header lines, row headers, captions that allow block-level content and include an optional short caption.
The text was updated successfully, but these errors were encountered: