-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Milestone
Description
Prework
- Read and agree to the code of conduct and contributing guidelines.
- If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
Description
Describe the bug clearly and concisely.
Reproducible example
gt::exibble |>
gt::gt() |>
gt::tab_footnote("first footnote", locations = gt::cells_column_labels(char)) |>
gt::tab_footnote("second footnote on second line", locations = gt::cells_column_labels(time)) |>
gt::opt_interactive()As you can see, the second footnote is on the same line.

I dont see this behavior in static html
Expected result
1 footnote per line.
Session info
Latest gt.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done