gt::tab_footnote()
gets rendered differently as HTML with or without label
in a code block
#12102
Replies: 1 comment
-
saw this #11935 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description
I am not so sure whether this is a Quarto or
gt
issue, so I think it's better to ask first.I have the following code block
The HTML output of this looks great. Namely, footnotes and source notes are left-aligned, as displayed here.
However, when I change it to have
label
, footnotes and source notes are centered.By inspecting the generated HTML, the entire
div
getsquarto-figure-center
class (withtext-align: center
) by default.tfoot.gt_footnotes
andtfoot.gt_source
inherit it too.Quarto version: 1.6.39
Ubuntu Linux
R 4.4.2
gt 0.11.1
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions