-
-
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
Col-span and row-span in LaTeX reader #6470
Conversation
Thank you for the contribution, and sorry for the wait. I skimmed over it, looks good! I'll have a close look within the next days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the inline comments, but looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Is there a reason to wait before merging? |
This looks good to me and I'll merge it now, thank you.
I will keep #6311 open until these are done too. |
Hello,
This is a PR for better table support in the LaTeX reader that closes #6311.
This PR adds support for table cells that span more than a single row and single column, as is now supported in
pandoc-types
1.21.So far, this PR supports the
\multicolumn
and\multirow
(frommultirow
package) commands, as well as nesting them.Here are usage examples:
Multicolumn:
Native output:
Nesting
\multirow
and\multicolumn
into a 2x2 cell:Native output: