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
opt_all_caps()
cells_column_labels()
Speaking about a universal linebreak #1767
gt/R/info_tables.R
Line 802 in 819e43a
The info_locales() table shows in the heading.
info_locales()
It may be an issue with opt_all_caps() + md() or something?
md()
Describe the bug clearly and concisely.
Line break respected.
I put my tentative diagnostic in the issue name, but feel free to change if my assessment was wrong
Note:
As standalone, I don't have issues.
exibble |> gt() |> cols_label( num = md("num<br>x") ) |> opt_all_caps( locations = "column_labels" )
The text was updated successfully, but these errors were encountered:
rich-iannone
No branches or pull requests
Description
Speaking about a universal linebreak #1767
gt/R/info_tables.R
Line 802 in 819e43a
The
info_locales()
table showsin the heading.
It may be an issue with
opt_all_caps()
+md()
or something?Describe the bug clearly and concisely.
Expected results
Line break respected.
I put my tentative diagnostic in the issue name, but feel free to change if my assessment was wrong
Note:
As standalone, I don't have issues.
The text was updated successfully, but these errors were encountered: