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
gtissue, 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
divgetsquarto-figure-centerclass (withtext-align: center) by default.tfoot.gt_footnotesandtfoot.gt_sourceinherit 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