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
Version info
First of all, thank you for making this amazing package.
Today I'd like to write a table with some alert content like this
#table( columns: (auto,) + (1fr, ) * 6, align: center, inset: .5em, alert[Formula symbol], [`g1`], [`g2`], [`h1`], [`h2`], [`h3`], [`z1`], alert[Math symbol], [$gamma_1$], [$gamma_2$], [$beta_1$], [$beta_2$], [$beta_3$], [$mu_1$] )
However, the alert contents are missing in the output table.
It should be something like this
But the alert works fine outside a table.
The text was updated successfully, but these errors were encountered:
This is a bug and I will fix it later. But maybe you might want to consider using *content* instead of #alert[content].
*content*
#alert[content]
Sorry, something went wrong.
I've tired. But I'd like to show contents with the primary color. However, _content_ would not do it for me.
_content_
Successfully merging a pull request may close this issue.
Version info
First of all, thank you for making this amazing package.
Today I'd like to write a table with some alert content like this
However, the alert contents are missing in the output table.
It should be something like this
But the alert works fine outside a table.
The text was updated successfully, but these errors were encountered: