-
Notifications
You must be signed in to change notification settings - Fork 14
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
Treat imported header
same as table.header
#196
Comments
We may simply expand our recognition list by treating |
At present, semantic information has not been utilized to recognize table-related functions. |
The identifier resolution is actually solved by |
Related: typst/typst#3640 (comment). |
We can limit it's usage for table formatting only for now. I think it would worth it |
If I
import table: *
and useheader
intable()
, then it will group the cells incorrectly, by counting theheader
as the first cell. Withtable.header
the grouping works as expected. Same goes for grid.The text was updated successfully, but these errors were encountered: