Replies: 1 comment 4 replies
-
Can you provide a complete example where quarto is behaving differently from how you'd prefer it to? We're currently revamping the support for table captions and sub-captions from computational output, so this general area will be improved in the near future. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to suppress the YAML expectation of tbl-cap when using kable, gt, or other table package that has built-in caption capabilities? This would allow us to continue to use captions that include markdown and improve backwards compatibility. If I just don't include tbl-cap:, I get, "Table #: ?(caption)" then the caption I've provided, e.g. tab_caption(md("my table caption"), as a sub-caption.
Beta Was this translation helpful? Give feedback.
All reactions