Replies: 1 comment 1 reply
-
Does it help if you add cf #372 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered an issue while working on my submission for the 2024 Table Contest. When rendering the final table, the result isn't as good as the output from
GT.save()
. I tried settingpage-layout
tofull
, which helped slightly, but not much. I also tried settingpage-layout
tocustom
. While this made the table look great, it threw off the layout of the other contents.My current workaround is to output the raw HTML via
GT.as_raw_html()
and paste it into another Quarto document to render. I'm not sure if there's anything we can adjust on our end or if I need assistance from the Quarto team. @rich-iannone and @machow , could you please share your thoughts with me?Page Layout: Article
Page Layout: Full
Page Layout: Custom
Beta Was this translation helpful? Give feedback.
All reactions