We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
touying-fn-wrapper
grid
Hello!
touying-fn-wrapper function doesn't work properly inside a grid.
A simple example:
#let testblock(body) = { touying-fn-wrapper((self: none) => { body }) } #grid( columns: 2, text[aaa], testblock( [bbb], ), ) #testblock( [ccc], )
No problem with aaa or ccc, but bbb is not printed unless I remove touying-fn-wrapper.
aaa
ccc
bbb
PS: Thank you for a great job! Touying and typst are really great!
The text was updated successfully, but these errors were encountered:
Fixed in #82 .
It will be released in 0.5.3
Sorry, something went wrong.
No branches or pull requests
Hello!
touying-fn-wrapper
function doesn't work properly inside agrid
.A simple example:
No problem with
aaa
orccc
, butbbb
is not printed unless I removetouying-fn-wrapper
.PS: Thank you for a great job! Touying and typst are really great!
The text was updated successfully, but these errors were encountered: